Uses of Class
org.apache.ws.commons.schema.XmlSchemaCollection.SchemaKey
Packages that use XmlSchemaCollection.SchemaKey
-
Uses of XmlSchemaCollection.SchemaKey in org.apache.ws.commons.schema
Fields in org.apache.ws.commons.schema with type parameters of type XmlSchemaCollection.SchemaKeyModifier and TypeFieldDescriptionprivate Map<XmlSchemaCollection.SchemaKey, XmlSchema> XmlSchemaCollection.schemasMap of included schemas.(package private) Deque<XmlSchemaCollection.SchemaKey> XmlSchemaCollection.stackstack to track imports (to prevent recursion)Methods in org.apache.ws.commons.schema with parameters of type XmlSchemaCollection.SchemaKeyModifier and TypeMethodDescription(package private) voidXmlSchemaCollection.addSchema(XmlSchemaCollection.SchemaKey pKey, XmlSchema pSchema) booleanXmlSchemaCollection.check(XmlSchemaCollection.SchemaKey pKey) Return an indication of whether a particular schema is not in the working stack of schemas.(package private) booleanXmlSchemaCollection.containsSchema(XmlSchemaCollection.SchemaKey pKey) (package private) XmlSchemaXmlSchemaCollection.getSchema(XmlSchemaCollection.SchemaKey pKey) Get a schema given a SchemaKeyprivate voidSchemaBuilder.handleSchemaElementBasics(Element schemaEl, String systemId, XmlSchemaCollection.SchemaKey schemaKey) voidXmlSchemaCollection.push(XmlSchemaCollection.SchemaKey pKey) Push a schema onto the stack of schemas.