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

Packages that use NamespaceSupport
org.apache.xerces.impl.xs   
org.apache.xerces.parsers   
org.apache.xerces.xinclude   
org.apache.xml.serialize   
 

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.parsers
 

Fields in org.apache.xerces.parsers declared as NamespaceSupport
protected  NamespaceSupport XIncludeAwareParserConfiguration.fNonXIncludeNSContext
          Non-XInclude NamespaceContext.
 

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.
 

Uses of NamespaceSupport in org.apache.xml.serialize
 

Fields in org.apache.xml.serialize declared as NamespaceSupport
protected  NamespaceSupport XMLSerializer.fLocalNSBinder
          Deprecated. stores all namespace bindings on the current element
protected  NamespaceSupport XML11Serializer.fLocalNSBinder
          Deprecated. stores all namespace bindings on the current element
protected  NamespaceSupport XMLSerializer.fNSBinder
          Deprecated. stores namespaces in scope
protected  NamespaceSupport XML11Serializer.fNSBinder
          Deprecated. stores namespaces in scope
 



Copyright © 2011. All Rights Reserved.