| 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 | Field and Description |
|---|---|
protected NamespaceSupport |
XIncludeAwareParserConfiguration.fNonXIncludeNSContext
Non-XInclude NamespaceContext.
|
| Constructor and Description |
|---|
NamespaceContextWrapper(NamespaceSupport namespaceContext) |
| 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 | Field and Description |
|---|---|
protected NamespaceSupport |
XML11Serializer.fLocalNSBinder
stores all namespace bindings on the current element
|
protected NamespaceSupport |
XMLSerializer.fLocalNSBinder
stores all namespace bindings on the current element
|
protected NamespaceSupport |
XML11Serializer.fNSBinder
stores namespaces in scope
|
protected NamespaceSupport |
XMLSerializer.fNSBinder
stores namespaces in scope
|
Copyright © 2018–2021 mhoffrogge. All rights reserved.