| Package | Description |
|---|---|
| org.apache.ws.commons.schema.walker |
Walking XML Schemas
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<javax.xml.namespace.QName,XmlSchemaScope> |
XmlSchemaScope.scopeCache |
private java.util.Map<javax.xml.namespace.QName,XmlSchemaScope> |
XmlSchemaWalker.scopeCache |
| Modifier and Type | Method and Description |
|---|---|
private XmlSchemaScope |
XmlSchemaScope.getScope(XmlSchemaType type) |
| Constructor and Description |
|---|
XmlSchemaScope(XmlSchemaScope child,
XmlSchemaType type) |
| Constructor and Description |
|---|
XmlSchemaScope(XmlSchemaType type,
java.util.Map<java.lang.String,XmlSchema> xmlSchemasByNamespace,
java.util.Map<javax.xml.namespace.QName,XmlSchemaScope> scopeCache,
java.util.Set<javax.xml.namespace.QName> userRecognizedTypes)
Initializes a new
XmlSchemaScope with a base
XmlSchemaElement. |