Class AttributedQNameImpl

All Implemented Interfaces:
AttributeExtensibleXMLObject, XSQName, XMLObject, AttributedQName, WSAddressingObject
Direct Known Subclasses:
ProblemHeaderQNameImpl

public class AttributedQNameImpl extends XSQNameImpl implements AttributedQName
Implementation of AttributedQName.
  • Field Details

    • unknownAttributes

      private AttributeMap unknownAttributes
      Wildcard attributes.
  • Constructor Details

    • AttributedQNameImpl

      public AttributedQNameImpl(String namespaceURI, String elementLocalName, String namespacePrefix)
      Constructor.
      Parameters:
      namespaceURI - The namespace of the element
      elementLocalName - The local name of the element
      namespacePrefix - The namespace prefix of the element
  • Method Details

    • getUnknownAttributes

      public 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.
      Specified by:
      getUnknownAttributes in interface AttributeExtensibleXMLObject
      Returns:
      a map of the attributes