| Package | Description |
|---|---|
| org.apache.ws.commons.schema |
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<XmlSchemaCollection.SchemaKey,XmlSchema> |
XmlSchemaCollection.schemas
Map of included schemas.
|
(package private) java.util.Stack<XmlSchemaCollection.SchemaKey> |
XmlSchemaCollection.stack
stack to track imports (to prevent recursion)
|
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
XmlSchemaCollection.addSchema(XmlSchemaCollection.SchemaKey pKey,
XmlSchema pSchema) |
boolean |
XmlSchemaCollection.check(XmlSchemaCollection.SchemaKey pKey)
Return an indication of whether a particular schema is in the working stack of schemas.
|
(package private) boolean |
XmlSchemaCollection.containsSchema(XmlSchemaCollection.SchemaKey pKey) |
(package private) XmlSchema |
XmlSchemaCollection.getSchema(XmlSchemaCollection.SchemaKey pKey)
Get a schema given a SchemaKey
|
private void |
SchemaBuilder.handleSchemaElementBasics(org.w3c.dom.Element schemaEl,
java.lang.String systemId,
XmlSchemaCollection.SchemaKey schemaKey) |
void |
XmlSchemaCollection.push(XmlSchemaCollection.SchemaKey pKey)
Push a schema onto the stack of schemas.
|