Class OrganizationImpl

    • Constructor Detail

      • OrganizationImpl

        protected OrganizationImpl​(String namespaceURI,
                                   String elementLocalName,
                                   String namespacePrefix)
        Constructor.
        Parameters:
        namespaceURI - the namespace the element is in
        elementLocalName - the local name of the XML element this Object represents
        namespacePrefix - the prefix for the given namespace
    • Method Detail

      • getExtensions

        public Extensions getExtensions()
        Gets the Extensions child of this object.
        Specified by:
        getExtensions in interface Organization
        Returns:
        the Extensions child of this object
      • setExtensions

        public void setExtensions​(Extensions newExtensions)
        Sets the Extensions child of this object.
        Specified by:
        setExtensions in interface Organization
        Parameters:
        newExtensions - the Extensions child of this object
      • 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
      • getOrderedChildren

        public List<XMLObject> getOrderedChildren()
        Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
        Specified by:
        getOrderedChildren in interface XMLObject
        Returns:
        ordered list of child elements