Top Classes
module java.xml

Package com.sun.org.apache.xerces.internal.impl.xs.traversers


Class Summary

Modifier and TypeClass and Description
pack-priv abstract class
pack-priv class
pack-priv class
pack-priv class
SchemaContentHandler

SchemaContentHandler converts SAX events into XNI and passes them directly to the SchemaDOMParser.

pack-priv class
pack-priv class
StAXSchemaParser

StAXSchemaParser reads StAX events, converts them into XNI events and passes them directly to the SchemaDOMParser.

pack-priv class
XSAnnotationInfo

Objects of this class contain the textual representation of an XML schema annotation as well as information on the location of the annotation in the document it originated from.

public class
XSAttributeChecker

Class XSAttributeCheck is used to check the validity of attributes appearing in the schema document.

pack-priv class
XSDAbstractIDConstraintTraverser

This class contains code that all three IdentityConstraint traversers (the XSDUniqueTraverser, XSDKeyTraverser and XSDKeyrefTraverser) rely upon.

pack-priv abstract class
pack-priv abstract class
XSDAbstractTraverser

Class XSDAbstractTraverser serves as the base class for all other XSD???Traversers.

pack-priv class
XSDAttributeGroupTraverser

The attribute group definition schema component traverser.

pack-priv class
XSDAttributeTraverser

The attribute declaration schema component traverser.

pack-priv class
XSDComplexTypeTraverser

A complex type definition schema component traverser.

pack-priv class
XSDElementTraverser

The element declaration schema component traverser.

pack-priv class
XSDGroupTraverser

The model group schema component traverser.

public class
XSDHandler

The purpose of this class is to co-ordinate the construction of a grammar object corresponding to a schema.

pack-priv class
XSDKeyrefTraverser

This class contains code that is used to traverse <keyref>s.

pack-priv class
XSDNotationTraverser

The notation declaration schema component traverser.

pack-priv class
XSDocumentInfo

Objects of this class hold all information pecular to a particular XML Schema document.

pack-priv class
XSDSimpleTypeTraverser

The simple type definition schema component traverser.</simpletype></restriction></list></union>

pack-priv class
XSDUniqueOrKeyTraverser

This class contains code that is used to traverse both <key>s and <unique>s.

pack-priv class
XSDWildcardTraverser

The wildcard schema component traverser.