Uses of Class
org.apache.xerces.impl.xs.XSGrammarBucket

Packages that use XSGrammarBucket
org.apache.xerces.impl.xs   
org.apache.xerces.impl.xs.traversers   
 

Uses of XSGrammarBucket in org.apache.xerces.impl.xs
 

Methods in org.apache.xerces.impl.xs with parameters of type XSGrammarBucket
static void XSConstraints.fullSchemaChecking(XSGrammarBucket grammarBucket, SubstitutionGroupHandler SGHandler, CMBuilder cmBuilder, XMLErrorReporter errorReporter)
          used to check the 3 constraints against each complex type (should be each model group): Unique Particle Attribution, Particle Derivation (Restriction), Element Declrations Consistent.
 

Constructors in org.apache.xerces.impl.xs with parameters of type XSGrammarBucket
SubstitutionGroupHandler(XSGrammarBucket grammarBucket)
          Default constructor
 

Uses of XSGrammarBucket in org.apache.xerces.impl.xs.traversers
 

Methods in org.apache.xerces.impl.xs.traversers with parameters of type XSGrammarBucket
 void XSAttributeChecker.checkNonSchemaAttributes(XSGrammarBucket grammarBucket)
           
 

Constructors in org.apache.xerces.impl.xs.traversers with parameters of type XSGrammarBucket
XSDHandler(XSGrammarBucket gBucket)