Uses of Interface
org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni.NamespaceContext
-
-
Uses of NamespaceContext in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom
Fields in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom declared as NamespaceContext Modifier and Type Field Description protected NamespaceContext
DOMNormalizer. fLocalNSBinder
Stores all namespace bindings on the current elementprotected NamespaceContext
DOMNormalizer. fNamespaceContext
The namespace context of this document: stores namespaces in scopeMethods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom with parameters of type NamespaceContext Modifier and Type Method Description void
DOMNormalizer. startDocument(XMLLocator locator, String encoding, NamespaceContext namespaceContext, Augmentations augs)
The start of the document. -
Uses of NamespaceContext in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl
Fields in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl declared as NamespaceContext Modifier and Type Field Description protected NamespaceContext
XMLDocumentScannerImpl. fNamespaceContext
Namespace support.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl with parameters of type NamespaceContext Modifier and Type Method Description void
XMLNamespaceBinder. startDocument(XMLLocator locator, String encoding, NamespaceContext namespaceContext, Augmentations augs)
The start of the document. -
Uses of NamespaceContext in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dtd
Fields in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dtd declared as NamespaceContext Modifier and Type Field Description protected NamespaceContext
XMLDTDValidator. fNamespaceContext
Namespace support.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dtd with parameters of type NamespaceContext Modifier and Type Method Description void
XMLDTDValidator. startDocument(XMLLocator locator, String encoding, NamespaceContext namespaceContext, Augmentations augs)
The start of the document. -
Uses of NamespaceContext in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.validation
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.validation with parameters of type NamespaceContext Modifier and Type Method Description void
ValidationState. setNamespaceSupport(NamespaceContext namespace)
-
Uses of NamespaceContext in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xpath
Constructors in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xpath with parameters of type NamespaceContext Constructor Description XPath(String xpath, SymbolTable symbolTable, NamespaceContext context)
Constructs an XPath object from the specified expression. -
Uses of NamespaceContext in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs
Classes in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs that implement NamespaceContext Modifier and Type Class Description 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.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs with parameters of type NamespaceContext Modifier and Type Method Description void
XMLSchemaValidator. startDocument(XMLLocator locator, String encoding, NamespaceContext namespaceContext, Augmentations augs)
The start of the document. -
Uses of NamespaceContext in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.identity
Constructors in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.identity with parameters of type NamespaceContext Constructor Description XPath(String xpath, SymbolTable symbolTable, NamespaceContext context)
Constructs a field XPath expression.XPath(String xpath, SymbolTable symbolTable, NamespaceContext context)
Constructs a selector XPath expression. -
Uses of NamespaceContext in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.opti
Fields in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.opti declared as NamespaceContext Modifier and Type Field Description protected NamespaceContext
SchemaDOMParser. fNamespaceContext
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.opti with parameters of type NamespaceContext Modifier and Type Method Description void
DefaultXMLDocumentHandler. startDocument(XMLLocator locator, String encoding, NamespaceContext context, Augmentations augs)
The start of the document.void
SchemaDOMParser. startDocument(XMLLocator locator, String encoding, NamespaceContext namespaceContext, Augmentations augs)
-
Uses of NamespaceContext in org.smooks.engine.delivery.sax.ng.org.apache.xerces.parsers
Fields in org.smooks.engine.delivery.sax.ng.org.apache.xerces.parsers declared as NamespaceContext Modifier and Type Field Description protected NamespaceContext
XIncludeAwareParserConfiguration. fCurrentNSContext
Current NamespaceContext.protected NamespaceContext
AbstractSAXParser. fNamespaceContext
Namespace contextMethods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.parsers with parameters of type NamespaceContext Modifier and Type Method Description void
AbstractDOMParser. startDocument(XMLLocator locator, String encoding, NamespaceContext namespaceContext, Augmentations augs)
The start of the document.void
AbstractSAXParser. startDocument(XMLLocator locator, String encoding, NamespaceContext namespaceContext, Augmentations augs)
The start of the document.void
AbstractXMLDocumentParser. startDocument(XMLLocator locator, String encoding, NamespaceContext namespaceContext, Augmentations augs)
The start of the document. -
Uses of NamespaceContext in org.smooks.engine.delivery.sax.ng.org.apache.xerces.util
Classes in org.smooks.engine.delivery.sax.ng.org.apache.xerces.util that implement NamespaceContext Modifier and Type Class Description class
JAXPNamespaceContextWrapper
A read-only XNI wrapper around a JAXP NamespaceContext.class
NamespaceSupport
Namespace support for XML document handlers.Constructors in org.smooks.engine.delivery.sax.ng.org.apache.xerces.util with parameters of type NamespaceContext Constructor Description NamespaceSupport(NamespaceContext context)
Constructs a namespace context object and initializes it with the prefixes declared in the specified context. -
Uses of NamespaceContext in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xinclude
Classes in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xinclude that implement NamespaceContext Modifier and Type Class Description 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.smooks.engine.delivery.sax.ng.org.apache.xerces.xinclude with parameters of type NamespaceContext Modifier and Type Method Description void
XIncludeHandler. startDocument(XMLLocator locator, String encoding, NamespaceContext namespaceContext, Augmentations augs)
Event sent at the start of the document.Constructors in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xinclude with parameters of type NamespaceContext Constructor Description MultipleScopeNamespaceSupport(NamespaceContext context)
XIncludeNamespaceSupport(NamespaceContext context)
-
Uses of NamespaceContext in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni with parameters of type NamespaceContext Modifier and Type Method Description void
XMLDocumentHandler. startDocument(XMLLocator locator, 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.
-