Attr.attributes

Attr.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")
Powered by MarkLogic Server | Terms of Use | Privacy Policy