Uses of Class
org.apache.ws.commons.schema.walker.XmlSchemaScope
Packages that use XmlSchemaScope
-
Uses of XmlSchemaScope in org.apache.ws.commons.schema.walker
Fields in org.apache.ws.commons.schema.walker with type parameters of type XmlSchemaScopeModifier and TypeFieldDescriptionprivate Map<QName, XmlSchemaScope> XmlSchemaScope.scopeCacheprivate final Map<QName, XmlSchemaScope> XmlSchemaWalker.scopeCacheMethods in org.apache.ws.commons.schema.walker that return XmlSchemaScopeModifier and TypeMethodDescriptionprivate XmlSchemaScopeXmlSchemaScope.getScope(XmlSchemaType type) Constructors in org.apache.ws.commons.schema.walker with parameters of type XmlSchemaScopeConstructor parameters in org.apache.ws.commons.schema.walker with type arguments of type XmlSchemaScopeModifierConstructorDescription(package private)XmlSchemaScope(XmlSchemaType type, SchemasByNamespace xmlSchemasByNamespace, Map<QName, XmlSchemaScope> scopeCache, Set<QName> userRecognizedTypes) Initializes a newXmlSchemaScopewith a baseXmlSchemaElement.