| 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 |
XSTypeAlternativeImpl.fNamespaceContext |
protected NamespaceSupport |
Test.fXPath2NamespaceContext
XPath 2.0 namespace context.
|
| Modifier and Type | Method and Description |
|---|---|
NamespaceSupport |
XSTypeAlternativeImpl.getNamespaceContext() |
NamespaceSupport |
Test.getNamespaceContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
XSTypeAlternativeImpl.setNamespaceContext(NamespaceSupport namespaceContext) |
| Constructor and Description |
|---|
Test(XPath20 xpath,
XSTypeAlternativeImpl typeAlternative,
NamespaceSupport namespaceContext)
Constructs a "test" for type alternatives
|
Test(org.eclipse.wst.xml.xpath2.processor.ast.XPath xpath,
String expression,
XSTypeAlternativeImpl typeAlternative,
NamespaceSupport namespaceContext) |
| Modifier and Type | Method and Description |
|---|---|
NamespaceSupport |
XSAssertImpl.getXPath2NamespaceContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
XSAssertImpl.setXPath2NamespaceContext(NamespaceSupport namespaceContext) |
| Modifier and Type | Field and Description |
|---|---|
protected NamespaceSupport |
XIncludeAwareParserConfiguration.fNonXIncludeNSContext
Non-XInclude 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 |
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 © 2013. All rights reserved.