| java.lang.Object org.apache.xerces.impl.xs.traversers.XSDAbstractTraverser org.apache.xerces.impl.xs.traversers.XSDWildcardTraverser
XSDWildcardTraverser | class XSDWildcardTraverser extends XSDAbstractTraverser (Code) | | 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 . . .}>
Content: (annotation?)
</any>
<anyAttribute
id = ID
namespace = ((##any | ##other) | List of (anyURI | (##targetNamespace | ##local)) ) : ##any
processContents = (lax | skip | strict) : strict
{any attributes with non-schema namespace . . .}>
Content: (annotation?)
</anyAttribute>
author: Rahul Srivastava, Sun Microsystems Inc. author: Sandy Gao, IBM version: $Id: XSDWildcardTraverser.java 449424 2006-09-24 16:22:30Z mrglavas $ |
XSDWildcardTraverser | XSDWildcardTraverser(XSDHandler handler, XSAttributeChecker gAttrCheck)(Code) | | constructor
Parameters: handler - Parameters: errorReporter - Parameters: gAttrCheck - |
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)
|
|
|