org.apache.xerces.impl.xs.traversers |
|
Java Source File Name | Type | Comment |
SchemaContentHandler.java | Class | SchemaContentHandler converts SAX events into XNI
and passes them directly to the SchemaDOMParser.
author: Michael Glavassevich, IBM author: Jack Z. |
XSAnnotationInfo.java | Class | 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. |
XSAttributeChecker.java | Class | Class XSAttributeCheck is used to check the validity of attributes
appearing in the schema document. |
XSDAbstractIDConstraintTraverser.java | Class | This class contains code that all three IdentityConstraint
traversers (the XSDUniqueTraverser, XSDKeyTraverser and
XSDKeyrefTraverser) rely upon. |
XSDAbstractParticleTraverser.java | Class | |
XSDAbstractTraverser.java | Class | Class XSDAbstractTraverser serves as the base class for all
other XSD???Traverser s. |
XSDAttributeGroupTraverser.java | Class | The attribute group definition schema component traverser.
<attributeGroup
id = ID
name = NCName
ref = QName
{any attributes with non-schema namespace . |
XSDAttributeTraverser.java | Class | The attribute declaration schema component traverser.
<attribute
default = string
fixed = string
form = (qualified | unqualified)
id = ID
name = NCName
ref = QName
type = QName
use = (optional | prohibited | required) : optional
{any attributes with non-schema namespace . |
XSDComplexTypeTraverser.java | Class | A complex type definition schema component traverser.
|
XSDElementTraverser.java | Class | The element declaration schema component traverser.
|
XSDGroupTraverser.java | Class | The model group schema component traverser. |
XSDHandler.java | Class | The purpose of this class is to co-ordinate the construction of a
grammar object corresponding to a schema. |
XSDKeyrefTraverser.java | Class | This class contains code that is used to traverse s. |
XSDNotationTraverser.java | Class | The notation declaration schema component traverser.
|
XSDocumentInfo.java | Class | Objects of this class hold all information pecular to a
particular XML Schema document. |
XSDSimpleTypeTraverser.java | Class | The simple type definition schema component traverser.
|
XSDUniqueOrKeyTraverser.java | Class | This class contains code that is used to traverse both s and
s. |
XSDWildcardTraverser.java | Class | The wildcard schema component traverser.
<any
id = ID
maxOccurs = (nonNegativeInteger | unbounded) : 1
minOccurs = nonNegativeInteger : 1
namespace = ((##any | ##other) | List of (anyURI | (##targetNamespace | ##local)) ) : ##any
processContents = (lax | skip | strict) : strict
{any attributes with non-schema namespace . |