Uses of Interface
org.apache.xerces.xni.NamespaceContext

Packages that use NamespaceContext
org.apache.xerces.dom   
org.apache.xerces.impl   
org.apache.xerces.impl.dtd   
org.apache.xerces.impl.validation   
org.apache.xerces.impl.xpath   
org.apache.xerces.impl.xs   
org.apache.xerces.impl.xs.identity   
org.apache.xerces.impl.xs.opti   
org.apache.xerces.parsers   
org.apache.xerces.util   
org.apache.xerces.xinclude   
org.apache.xerces.xni   
 

Uses of NamespaceContext in org.apache.xerces.dom
 

Methods in org.apache.xerces.dom with parameters of type NamespaceContext
 void DOMNormalizer.startDocument(XMLLocator locator, java.lang.String encoding, NamespaceContext namespaceContext, Augmentations augs)
          The start of the document.
 

Uses of NamespaceContext in org.apache.xerces.impl
 

Methods in org.apache.xerces.impl with parameters of type NamespaceContext
 void XMLNamespaceBinder.startDocument(XMLLocator locator, java.lang.String encoding, NamespaceContext namespaceContext, Augmentations augs)
          The start of the document.
 

Uses of NamespaceContext in org.apache.xerces.impl.dtd
 

Methods in org.apache.xerces.impl.dtd with parameters of type NamespaceContext
 void XMLDTDValidator.startDocument(XMLLocator locator, java.lang.String encoding, NamespaceContext namespaceContext, Augmentations augs)
          The start of the document.
 

Uses of NamespaceContext in org.apache.xerces.impl.validation
 

Methods in org.apache.xerces.impl.validation with parameters of type NamespaceContext
 void ValidationState.setNamespaceSupport(NamespaceContext namespace)
           
 

Uses of NamespaceContext in org.apache.xerces.impl.xpath
 

Constructors in org.apache.xerces.impl.xpath with parameters of type NamespaceContext
XPath(java.lang.String xpath, SymbolTable symbolTable, NamespaceContext context)
          Constructs an XPath object from the specified expression.
 

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

Classes in org.apache.xerces.impl.xs that implement NamespaceContext
 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.
 

Methods in org.apache.xerces.impl.xs with parameters of type NamespaceContext
 void XMLSchemaValidator.startDocument(XMLLocator locator, java.lang.String encoding, NamespaceContext namespaceContext, Augmentations augs)
          The start of the document.
 

Uses of NamespaceContext in org.apache.xerces.impl.xs.identity
 

Constructors in org.apache.xerces.impl.xs.identity with parameters of type NamespaceContext
Field.XPath(java.lang.String xpath, SymbolTable symbolTable, NamespaceContext context)
          Constructs a field XPath expression.
Selector.XPath(java.lang.String xpath, SymbolTable symbolTable, NamespaceContext context)
          Constructs a selector XPath expression.
 

Uses of NamespaceContext in org.apache.xerces.impl.xs.opti
 

Methods in org.apache.xerces.impl.xs.opti with parameters of type NamespaceContext
 void SchemaDOMParser.startDocument(XMLLocator locator, java.lang.String encoding, NamespaceContext namespaceContext, Augmentations augs)
           
 void DefaultXMLDocumentHandler.startDocument(XMLLocator locator, java.lang.String encoding, NamespaceContext context, Augmentations augs)
          The start of the document.
 

Uses of NamespaceContext in org.apache.xerces.parsers
 

Methods in org.apache.xerces.parsers with parameters of type NamespaceContext
 void AbstractDOMParser.startDocument(XMLLocator locator, java.lang.String encoding, NamespaceContext namespaceContext, Augmentations augs)
          The start of the document.
 void AbstractSAXParser.startDocument(XMLLocator locator, java.lang.String encoding, NamespaceContext namespaceContext, Augmentations augs)
          The start of the document.
 void AbstractXMLDocumentParser.startDocument(XMLLocator locator, java.lang.String encoding, NamespaceContext namespaceContext, Augmentations augs)
          The start of the document.
 

Uses of NamespaceContext in org.apache.xerces.util
 

Classes in org.apache.xerces.util that implement NamespaceContext
 class JAXPNamespaceContextWrapper
          A read-only XNI wrapper around a JAXP NamespaceContext.
 class NamespaceSupport
          Namespace support for XML document handlers.
 

Constructors in org.apache.xerces.util with parameters of type NamespaceContext
NamespaceSupport(NamespaceContext context)
          Constructs a namespace context object and initializes it with the prefixes declared in the specified context.
 

Uses of NamespaceContext in org.apache.xerces.xinclude
 

Classes in org.apache.xerces.xinclude that implement NamespaceContext
 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.
 

Methods in org.apache.xerces.xinclude with parameters of type NamespaceContext
 void XIncludeHandler.startDocument(XMLLocator locator, java.lang.String encoding, NamespaceContext namespaceContext, Augmentations augs)
          Event sent at the start of the document.
 

Constructors in org.apache.xerces.xinclude with parameters of type NamespaceContext
MultipleScopeNamespaceSupport(NamespaceContext context)
           
XIncludeNamespaceSupport(NamespaceContext context)
           
 

Uses of NamespaceContext in org.apache.xerces.xni
 

Methods in org.apache.xerces.xni with parameters of type NamespaceContext
 void XMLDocumentHandler.startDocument(XMLLocator locator, java.lang.String encoding, NamespaceContext namespaceContext, Augmentations augs)
          The start of the document.
 void XMLDocumentFragmentHandler.startDocumentFragment(XMLLocator locator, NamespaceContext namespaceContext, Augmentations augmentations)
          The start of the document fragment.