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

Walking XML Schemas

See: Description

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

Walking XML Schemas

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.

Copyright © 2004–2017 The Apache Software Foundation. All rights reserved.