Loading TOC...

XMLNode.attributes

XMLNode.attributes as NamedNodeMap

Summary

The attributes of this node.

Usage Notes

Returns null for non-element nodes.

Example

cts.doc("example.xml").documentElement.
  attributes.getNamedItem("class")

Stack Overflow iconStack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.