Uses of Package
org.apache.ws.commons.schema.walker

Packages that use org.apache.ws.commons.schema.walker
org.apache.ws.commons.schema.docpath Building an XML Document's Conforming Path 
org.apache.ws.commons.schema.walker Walking XML Schemas 
 

Classes in org.apache.ws.commons.schema.walker used by org.apache.ws.commons.schema.docpath
XmlSchemaAttrInfo
          This represents a complete XML Schema Attribute, after references are followed and types are defined.
XmlSchemaTypeInfo
          Represents an element's or attribute's type, meaning either a XmlSchemaBaseSimpleType with facets, a union or list of them, or a complex type.
XmlSchemaVisitor
          Defines a visitor interface for notifications when walking an XmlSchema using the XmlSchemaWalker.
 

Classes in org.apache.ws.commons.schema.walker used by org.apache.ws.commons.schema.walker
XmlSchemaAttrInfo
          This represents a complete XML Schema Attribute, after references are followed and types are defined.
XmlSchemaBaseSimpleType
          Represents the set of simple types defined by XML Schema, and conversions between them and their respective QNames.
XmlSchemaRestriction
          This represents an XmlSchemaFacet.
XmlSchemaRestriction.Type
          The facet type: one of the known constraining facets defined by XML Schema.
XmlSchemaTypeInfo
          Represents an element's or attribute's type, meaning either a XmlSchemaBaseSimpleType with facets, a union or list of them, or a complex type.
XmlSchemaTypeInfo.Type
          What the data in this XmlSchemaTypeInfo represents.
XmlSchemaVisitor
          Defines a visitor interface for notifications when walking an XmlSchema using the XmlSchemaWalker.
XmlSchemaWalker
          Walks an XmlSchema from a starting XmlSchemaElement, notifying attached visitors as it descends.
 



Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.