MarkLogic Server 11.0 Product Documentation
Element.attributesElement.attributes as NamedNodeMap
Summary
This is inherited from the XMLNode object.
The attributes of this node.
Usage Notes
Returns null for non-element nodes.
Example
cts.doc("example.xml").documentElement.
attributes.getNamedItem("class")
Copyright © 2024 MarkLogic Corporation. MARKLOGIC is a
registered trademark of MarkLogic Corporation.