Class NamespaceContextImplementation

    • Constructor Detail

      • NamespaceContextImplementation

        public NamespaceContextImplementation()
    • Method Detail

      • getNonDefaultPrefix

        public String getNonDefaultPrefix​(String namespaceURI)
      • getPrefix

        public String getPrefix​(int index)
      • getNamespaceURI

        public String getNamespaceURI​(int index)
      • getCurrentContextStartIndex

        public int getCurrentContextStartIndex()
      • getCurrentContextEndIndex

        public int getCurrentContextEndIndex()
      • isCurrentContextEmpty

        public boolean isCurrentContextEmpty()
      • declarePrefix

        public void declarePrefix​(String prefix,
                                  String namespaceURI)
      • pushContext

        public void pushContext()
      • popContext

        public void popContext()
      • reset

        public void reset()