Uses of Class
org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.models.CMBuilder
-
Packages that use CMBuilder Package Description org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs -
-
Uses of CMBuilder in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs with parameters of type CMBuilder Modifier and Type Method Description static voidXSConstraints. 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.XSCMValidatorXSComplexTypeDecl. getContentModel(CMBuilder cmBuilder)XSCMValidatorXSComplexTypeDecl. getContentModel(CMBuilder cmBuilder, boolean forUPA)
-