Modifier and Type | Field and Description |
---|---|
protected NamespaceContext |
DOMNormalizer.fLocalNSBinder
Stores all namespace bindings on the current element
|
protected NamespaceContext |
DOMNormalizer.fNamespaceContext
The namespace context of this document: stores namespaces in scope
|
Modifier and Type | Method and Description |
---|---|
void |
DOMNormalizer.startDocument(XMLLocator locator,
String encoding,
NamespaceContext namespaceContext,
Augmentations augs)
The start of the document.
|
Modifier and Type | Field and Description |
---|---|
protected NamespaceContext |
XMLDocumentScannerImpl.fNamespaceContext
Namespace support.
|
Modifier and Type | Method and Description |
---|---|
void |
XMLNamespaceBinder.startDocument(XMLLocator locator,
String encoding,
NamespaceContext namespaceContext,
Augmentations augs)
The start of the document.
|
Modifier and Type | Field and Description |
---|---|
protected NamespaceContext |
XMLDTDValidator.fNamespaceContext
Namespace support.
|
Modifier and Type | Method and Description |
---|---|
void |
XMLDTDValidator.startDocument(XMLLocator locator,
String encoding,
NamespaceContext namespaceContext,
Augmentations augs)
The start of the document.
|
Modifier and Type | Method and Description |
---|---|
void |
ValidationState.setNamespaceSupport(NamespaceContext namespace) |
Constructor and Description |
---|
XPath(String xpath,
SymbolTable symbolTable,
NamespaceContext context)
Constructs an XPath object from the specified expression.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
XMLSchemaValidator.startDocument(XMLLocator locator,
String encoding,
NamespaceContext namespaceContext,
Augmentations augs)
The start of the document.
|
Constructor and Description |
---|
XPath(String xpath,
SymbolTable symbolTable,
NamespaceContext context)
Constructs a selector XPath expression.
|
XPath(String xpath,
SymbolTable symbolTable,
NamespaceContext context)
Constructs a field XPath expression.
|
Modifier and Type | Field and Description |
---|---|
protected NamespaceContext |
SchemaDOMParser.fNamespaceContext |
Modifier and Type | Method and Description |
---|---|
void |
SchemaDOMParser.startDocument(XMLLocator locator,
String encoding,
NamespaceContext namespaceContext,
Augmentations augs) |
void |
DefaultXMLDocumentHandler.startDocument(XMLLocator locator,
String encoding,
NamespaceContext context,
Augmentations augs)
The start of the document.
|
Modifier and Type | Field and Description |
---|---|
protected NamespaceContext |
XIncludeAwareParserConfiguration.fCurrentNSContext
Current NamespaceContext.
|
protected NamespaceContext |
AbstractSAXParser.fNamespaceContext
Namespace context
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractXMLDocumentParser.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 |
AbstractDOMParser.startDocument(XMLLocator locator,
String encoding,
NamespaceContext namespaceContext,
Augmentations augs)
The start of the document.
|
Modifier and Type | Class and Description |
---|---|
class |
JAXPNamespaceContextWrapper
A read-only XNI wrapper around a JAXP NamespaceContext.
|
class |
NamespaceSupport
Namespace support for XML document handlers.
|
Constructor and Description |
---|
NamespaceSupport(NamespaceContext context)
Constructs a namespace context object and initializes it with
the prefixes declared in the specified context.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
XIncludeHandler.startDocument(XMLLocator locator,
String encoding,
NamespaceContext namespaceContext,
Augmentations augs)
Event sent at the start of the document.
|
Constructor and Description |
---|
MultipleScopeNamespaceSupport(NamespaceContext context) |
XIncludeNamespaceSupport(NamespaceContext context) |
Modifier and Type | Method and 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.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.