Class ParserNamespaceSupport


  • public class ParserNamespaceSupport
    extends NamespaceSupport
    NamespaceSupport implementation that allows additional NamespaceSupport objects to be part of the look up process.
    • Field Summary

      • Fields inherited from class NamespaceSupport

        NSDECL, XMLNS
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(NamespaceSupport nsSupport)  
      Enumeration getDeclaredPrefixes()  
      String getPrefix​(String uri)  
      Enumeration getPrefixes()  
      Enumeration getPrefixes​(String uri)  
      String getURI​(String prefix)  
      • Methods inherited from class NamespaceSupport

        declarePrefix, isNamespaceDeclUris, popContext, processName, pushContext, reset, setNamespaceDeclUris
      • Methods inherited from class Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ParserNamespaceSupport

        public ParserNamespaceSupport()
    • Method Detail

      • getURI

        public String getURI​(String prefix)
        Overrides:
        getURI in class NamespaceSupport
      • getPrefix

        public String getPrefix​(String uri)
        Overrides:
        getPrefix in class NamespaceSupport
      • getPrefixes

        public Enumeration getPrefixes()
        Overrides:
        getPrefixes in class NamespaceSupport
      • getPrefixes

        public Enumeration getPrefixes​(String uri)
        Overrides:
        getPrefixes in class NamespaceSupport
      • getDeclaredPrefixes

        public Enumeration getDeclaredPrefixes()
        Overrides:
        getDeclaredPrefixes in class NamespaceSupport
      • add

        public void add​(NamespaceSupport nsSupport)