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

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

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)
           
 

Uses of XSGrammarBucket in org.apache.xerces.parsers
 

Fields in org.apache.xerces.parsers declared as XSGrammarBucket
protected  XSGrammarBucket DOMASBuilderImpl.fGrammarBucket
          Deprecated.  
 



Copyright © 2011. All Rights Reserved.