Uses of Class
org.apache.xerces.util.NamespaceSupport

Packages that use NamespaceSupport
org.apache.xerces.impl.xs   
org.apache.xerces.xinclude   
 

Uses of NamespaceSupport in org.apache.xerces.impl.xs
 

Subclasses of NamespaceSupport in org.apache.xerces.impl.xs
 class SchemaNamespaceSupport
          This class customizes the behaviour of the util.NamespaceSupport class in order to easily implement some features that we need for efficient schema handling.
 

Uses of NamespaceSupport in org.apache.xerces.xinclude
 

Subclasses of NamespaceSupport in org.apache.xerces.xinclude
 class MultipleScopeNamespaceSupport
          This implementation of NamespaceContext has the ability to maintain multiple scopes of namespace/prefix bindings.
 class XIncludeNamespaceSupport
          This is an implementation of NamespaceContext which is intended to be used for XInclude processing.