MarkLogic Server 11.0 Product Documentation
Attr.attributesAttr.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")
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.