Uses of Package
org.apache.ws.commons.schema.walker
Packages that use org.apache.ws.commons.schema.walker
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.-
Classes in org.apache.ws.commons.schema.walker used by org.apache.ws.commons.schema.docpathClassDescriptionThis represents a complete XML Schema Attribute, after references are followed and types are defined.This represents an
XmlSchemaFacet.The facet type: one of the known constraining facets defined by XML Schema.Represents an element's or attribute's type, meaning either aXmlSchemaBaseSimpleTypewith facets, a union or list of them, or a complex type.Defines a visitor interface for notifications when walking anXmlSchemausing theXmlSchemaWalker. -
Classes in org.apache.ws.commons.schema.walker used by org.apache.ws.commons.schema.walkerClassDescriptionA class that allows XmlSchemas to be stored, indexed by a String which is the schema's target namespace.This represents a complete XML Schema Attribute, after references are followed and types are defined.Represents the set of simple types defined by XML Schema, and conversions between them and their respective
QNames.This represents anXmlSchemaFacet.The facet type: one of the known constraining facets defined by XML Schema.The scope represents the set of types, attributes, and child groups invalid input: '&' elements that the current type represents.Represents an element's or attribute's type, meaning either aXmlSchemaBaseSimpleTypewith facets, a union or list of them, or a complex type.What the data in thisXmlSchemaTypeInforepresents.Defines a visitor interface for notifications when walking anXmlSchemausing theXmlSchemaWalker.Walks anXmlSchemafrom a startingXmlSchemaElement, notifying attached visitors as it descends.