Class KeyInfoReferenceImpl

    • Field Detail

      • id

        private String id
        Id attribute value.
      • uri

        private String uri
        URI attribute value.
    • Constructor Detail

      • KeyInfoReferenceImpl

        protected KeyInfoReferenceImpl​(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

      • getID

        public String getID()
        Get the Id attribute value.
        Specified by:
        getID in interface KeyInfoReference
        Returns:
        the Id attribute value
      • setID

        public void setID​(String newID)
        Set the Id attribute value.
        Specified by:
        setID in interface KeyInfoReference
        Parameters:
        newID - the new Id attribute value
      • getURI

        public String getURI()
        Get the URI attribute value.
        Specified by:
        getURI in interface KeyInfoReference
        Returns:
        the URI attribute value
      • setURI

        public void setURI​(String newURI)
        Set the URI attribute value.
        Specified by:
        setURI in interface KeyInfoReference
        Parameters:
        newURI - the new URI attribute value
      • 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