Package com.bowstreet.xml.schema

Contains Schema and SchemaPath classes which provide methods to construct and query W3C XSDs and DTDs.

See:
          Description

Class Summary
AttributePathData AttributePathData provides a schema attribute data abstraction layer over an underlying schema manipulation library, to protect the developer from the details of the particular schema support library in use.
ElementPathData ElementPathData provides a schema element data abstraction layer over an underlying schema manipulation library, to protect the developer from the details of the particular schema support library in use.
Schema The Schema class encapsulates a W3C schema or DTD,providing convenienebet access to the elements defined within it.A Schema object can be instantiated either with a URL (file:// or http://) or by passing in the String holding the actual schema content.
SchemaCreator Utility class for generating XSD schemas.
SchemaCreatorComponent Cleass that represents an element of schema under construction by SchemaCreator.
SchemaUtils Utility class for working with XML Schema
 

Package com.bowstreet.xml.schema Description

Contains Schema and SchemaPath classes which provide methods to construct and query W3C XSDs and DTDs. Also contains SchemaCreator, for building XSD schemas programmatically.



Copyright © 2009 IBM. All Rights Reserved.