Uses of Class
org.apache.ws.commons.schema.XmlSchemaCollection
Packages that use XmlSchemaCollection
Package
Description
This package is dedicated to walking an XML Document using the SAX API,
and building a path through its
XmlSchemaCollection to determine
how the document conforms to its schema.This package simplifies walking over an
XmlSchemaCollection.-
Uses of XmlSchemaCollection in org.apache.ws.commons.schema
Fields in org.apache.ws.commons.schema declared as XmlSchemaCollectionModifier and TypeFieldDescription(package private) XmlSchemaCollectionSchemaBuilder.collectionprivate XmlSchemaCollectionXmlSchema.parentMethods in org.apache.ws.commons.schema that return XmlSchemaCollectionMethods in org.apache.ws.commons.schema with parameters of type XmlSchemaCollectionModifier and TypeMethodDescription(package private) voidXmlSchema.setParent(XmlSchemaCollection parent) Constructors in org.apache.ws.commons.schema with parameters of type XmlSchemaCollectionModifierConstructorDescription(package private)SchemaBuilder(XmlSchemaCollection collection, TargetNamespaceValidator validator) Schema builder constructorXmlSchema(String namespace, String systemId, XmlSchemaCollection parent) Create a new schema with a target namespace and system ID, and record it as a member of a schema collection.XmlSchema(String namespace, XmlSchemaCollection parent) Create a new schema in a collection with a target namespace. -
Uses of XmlSchemaCollection in org.apache.ws.commons.schema.docpath
Fields in org.apache.ws.commons.schema.docpath declared as XmlSchemaCollectionConstructors in org.apache.ws.commons.schema.docpath with parameters of type XmlSchemaCollectionModifierConstructorDescriptionDomBuilderFromSax(XmlSchemaCollection xmlSchemaCollection) Creates a newDocumentBuilderFromSax. -
Uses of XmlSchemaCollection in org.apache.ws.commons.schema.walker
Fields in org.apache.ws.commons.schema.walker declared as XmlSchemaCollectionConstructors in org.apache.ws.commons.schema.walker with parameters of type XmlSchemaCollectionModifierConstructorDescriptionXmlSchemaWalker(XmlSchemaCollection xmlSchemas) Initializes theXmlSchemaWalkerwith theXmlSchemaCollectionto reference when following anXmlSchemaElement.XmlSchemaWalker(XmlSchemaCollection xmlSchemas, XmlSchemaVisitor visitor) Initializes theXmlSchemaWalkerwith anXmlSchemaVisitorto notify as the schema is walked.