Class DOMAttributeMap

  • All Implemented Interfaces:
    NamedNodeMap

    class DOMAttributeMap
    extends Object
    implements NamedNodeMap
    Implementation of DOM NamedNodeMap used to represent the attributes of an element, for use when Saxon element and attribute nodes are accessed using the DOM API.

    Note that namespaces are treated as attributes.

    • Constructor Detail

      • DOMAttributeMap

        public DOMAttributeMap​(NodeInfo parent)
        Construct an AttributeMap for a given element node
        Parameters:
        parent - the element node owning the attributes