Package | Description |
---|---|
org.apache.ws.commons.schema | |
org.apache.ws.commons.schema.utils |
Modifier and Type | Method and Description |
---|---|
NamespacePrefixList |
XmlSchema.getNamespaceContext() |
NamespacePrefixList |
XmlSchemaCollection.getNamespaceContext()
Retrieve the namespace context.
|
Modifier and Type | Method and Description |
---|---|
void |
XmlSchema.setNamespaceContext(NamespacePrefixList namespaceContext)
Sets the schema elements namespace context.
|
void |
XmlSchemaCollection.setNamespaceContext(NamespacePrefixList namespaceContext)
Set the namespace context for this collection, which controls the assignment of
namespace prefixes to namespaces.
|
Modifier and Type | Class and Description |
---|---|
class |
NamespaceMap |
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-2012 The Apache Software Foundation. All Rights Reserved.