* 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
()
| 66 | * is true in the options. |
| 67 | */ |
| 68 | static getMetaDataSymbol() { |
| 69 | return XmlNode.getMetaDataSymbol(); |
| 70 | } |
| 71 | } |
nothing calls this directly
no outgoing calls
no test coverage detected