Interface AttributeExtensibleXMLObject

  • All Superinterfaces:
    XMLObject
    All Known Subinterfaces:
    XSAny
    All Known Implementing Classes:
    AbstractExtensibleXMLObject, XSAnyImpl

    public interface AttributeExtensibleXMLObject
    extends XMLObject
    An interface for XMLObjects that represent DOM elements that support the XML Schema anyAttribute construct.
    • Method Detail

      • getUnknownAttributes

        @Nonnull
        AttributeMap getUnknownAttributes()
        Gets a mutable map of the attributes. The map key is the namespace qualified name of the attribute, the map value is the value of the attribute.
        Returns:
        a map of the attributes