MCPcopy Create free account
hub / github.com/NaturalIntelligence/fast-xml-parser / getMetaDataSymbol

Method getMetaDataSymbol

src/xmlparser/XMLParser.js:68–70  ·  view source on GitHub ↗

* Returns a Symbol that can be used to access the metadata * property on a node. * * If Symbol is not available in the environment, an ordinary property is used * and the name of the property is here returned. * * The XMLMetaData property is only present when `capture

()

Source from the content-addressed store, hash-verified

66 * is true in the options.
67 */
68 static getMetaDataSymbol() {
69 return XmlNode.getMetaDataSymbol();
70 }
71}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected