| java.lang.Object org.apache.xerces.impl.xs.traversers.XSDAbstractTraverser org.apache.xerces.impl.xs.traversers.XSDAbstractParticleTraverser
All known Subclasses: org.apache.xerces.impl.xs.traversers.XSDComplexTypeTraverser, org.apache.xerces.impl.xs.traversers.XSDGroupTraverser,
XSDAbstractParticleTraverser | abstract class XSDAbstractParticleTraverser extends XSDAbstractTraverser (Code) | | author: Elena Litani, IBM author: Sandy Gao, IBM version: $Id: XSDAbstractParticleTraverser.java 449424 2006-09-24 16:22:30Z mrglavas $ |
Inner Class :protected static class ParticleArray | |
Method Summary | |
protected boolean | hasAllContent(XSParticleDecl particle) | XSParticleDecl | traverseAll(Element allDecl, XSDocumentInfo schemaDoc, SchemaGrammar grammar, int allContextFlags, XSObject parent) | XSParticleDecl | traverseChoice(Element choiceDecl, XSDocumentInfo schemaDoc, SchemaGrammar grammar, int allContextFlags, XSObject parent) | XSParticleDecl | traverseSequence(Element seqDecl, XSDocumentInfo schemaDoc, SchemaGrammar grammar, int allContextFlags, XSObject parent) |
fPArray | ParticleArray fPArray(Code) | | |
traverseChoice | XSParticleDecl traverseChoice(Element choiceDecl, XSDocumentInfo schemaDoc, SchemaGrammar grammar, int allContextFlags, XSObject parent)(Code) | | Traverse the Choice declaration
Content: (annotation? , (element | group | choice | sequence | any)*)
Parameters: choiceDecl - Parameters: schemaDoc - Parameters: grammar - |
traverseSequence | XSParticleDecl traverseSequence(Element seqDecl, XSDocumentInfo schemaDoc, SchemaGrammar grammar, int allContextFlags, XSObject parent)(Code) | | Traverse the Sequence declaration
Content: (annotation? , (element | group | choice | sequence | any)*)
Parameters: seqDecl - Parameters: schemaDoc - Parameters: grammar - |
Methods inherited from org.apache.xerces.impl.xs.traversers.XSDAbstractTraverser | void checkNotationType(String refName, XSTypeDefinition typeDecl, Element elem)(Code)(Java Doc) protected XSParticleDecl checkOccurrences(XSParticleDecl particle, String particleName, Element parent, int allContextFlags, long defaultVals)(Code)(Java Doc) void reportSchemaError(String key, Object[] args, Element ele)(Code)(Java Doc) void reset(SymbolTable symbolTable, boolean validateAnnotations)(Code)(Java Doc) XSAnnotationImpl traverseAnnotationDecl(Element annotationDecl, Object[] parentAttrs, boolean isGlobal, XSDocumentInfo schemaDoc)(Code)(Java Doc) Element traverseAttrsAndAttrGrps(Element firstAttr, XSAttributeGroupDecl attrGrp, XSDocumentInfo schemaDoc, SchemaGrammar grammar, XSComplexTypeDecl enclosingCT)(Code)(Java Doc) FacetInfo traverseFacets(Element content, XSSimpleType baseValidator, XSDocumentInfo schemaDoc)(Code)(Java Doc) XSAnnotationImpl traverseSyntheticAnnotation(Element annotationParent, String initialContent, Object[] parentAttrs, boolean isGlobal, XSDocumentInfo schemaDoc)(Code)(Java Doc)
|
|
|