Uses of Class
org.apache.xerces.impl.xs.models.CMBuilder

Packages that use CMBuilder
org.apache.xerces.impl.xs   
 

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

Methods in org.apache.xerces.impl.xs with parameters of type CMBuilder
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.
 XSCMValidator XSComplexTypeDecl.getContentModel(CMBuilder cmBuilder)
           
 XSCMValidator XSComplexTypeDecl.getContentModel(CMBuilder cmBuilder, boolean forUPA)