Class DOMStreamer.NamespaceNormalizingDOMStreamer.ElementInfo

    • Method Detail

      • put

        public void put​(String prefix,
                        String namespaceURI)
        Deprecated.
        Declare a new namespace prefix on this element, possibly overriding an existing one.
      • getPrefix

        public String getPrefix​(String namespaceURI)
        Deprecated.
        Finds a prefix declared on this element.
      • getNamespaceURI

        public String getNamespaceURI​(String prefix)
        Deprecated.
        Finds a namespace URI declared on this element.
      • findPrefix

        public String findPrefix​(String namespaceURI)
        Deprecated.
        Finds a prefix declaration on this element or containing elements.
      • findNamespaceURI

        public String findNamespaceURI​(String prefix)
        Deprecated.
        Finds a namespace declaration on this element or containing elements.