| Package | Description |
|---|---|
| org.apache.ws.commons.schema | |
| org.apache.ws.commons.schema.utils |
| Modifier and Type | Method and Description |
|---|---|
NamespacePrefixList |
XmlSchemaCollection.getNamespaceContext()
Retrieve the namespace context.
|
NamespacePrefixList |
XmlSchema.getNamespaceContext()
Returns the objects namespace context.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XmlSchemaCollection.setNamespaceContext(NamespacePrefixList namespaceContext)
Set the namespace context for this collection, which controls the assignment of namespace prefixes to
namespaces.
|
void |
XmlSchema.setNamespaceContext(NamespacePrefixList namespaceContext)
Sets the schema elements namespace context.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NamespaceMap
This class maps from a prefix to an object that is either a String or a URI.
|
class |
NodeNamespaceContext
Implementation of
NamespaceContext, which is based on a DOM node. |
| Modifier and Type | Method and Description |
|---|---|
NamespacePrefixList |
NamespaceContextOwner.getNamespaceContext()
Returns the objects namespace context.
|
Copyright © 2004–2017 The Apache Software Foundation. All rights reserved.