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


package org.apache.ws.commons.schema.walker
This package simplifies walking over an XmlSchemaCollection.

Walking an XML Schema

XmlSchemaWalker walks through an XmlSchemaCollection given a starting XmlSchemaElement representing the root. Instances of XmlSchemaVisitor can be attached to receive notifications when each element, attribute, and group (subsitution group, choice group, all group, or sequence) is reached.