Uses of Class
org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.SubstitutionGroupHandler
-
Packages that use SubstitutionGroupHandler Package Description org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.models -
-
Uses of SubstitutionGroupHandler 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 SubstitutionGroupHandler Modifier and Type Method Description static void
XSConstraints. checkElementDeclsConsistent(XSComplexTypeDecl type, XSParticleDecl particle, SymbolHash elemDeclHash, SubstitutionGroupHandler sgHandler)
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.static boolean
XSConstraints. overlapUPA(Object decl1, Object decl2, SubstitutionGroupHandler sgHandler)
static boolean
XSConstraints. overlapUPA(XSElementDecl element1, XSElementDecl element2, SubstitutionGroupHandler sgHandler)
static boolean
XSConstraints. overlapUPA(XSElementDecl element, XSWildcardDecl wildcard, SubstitutionGroupHandler sgHandler)
-
Uses of SubstitutionGroupHandler in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.models
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.models with parameters of type SubstitutionGroupHandler Modifier and Type Method Description boolean
XSAllCM. checkUniqueParticleAttribution(SubstitutionGroupHandler subGroupHandler)
check whether this content violates UPA constraint.boolean
XSCMValidator. checkUniqueParticleAttribution(SubstitutionGroupHandler subGroupHandler)
check whether this content violates UPA constraint.boolean
XSDFACM. checkUniqueParticleAttribution(SubstitutionGroupHandler subGroupHandler)
check whether this content violates UPA constraint.boolean
XSEmptyCM. checkUniqueParticleAttribution(SubstitutionGroupHandler subGroupHandler)
check whether this content violates UPA constraint.Object
XSAllCM. oneTransition(QName elementName, int[] currentState, SubstitutionGroupHandler subGroupHandler)
The method corresponds to one transition in the content model.Object
XSCMValidator. oneTransition(QName elementName, int[] state, SubstitutionGroupHandler subGroupHandler)
The method corresponds to one transaction in the content model.Object
XSDFACM. oneTransition(QName curElem, int[] state, SubstitutionGroupHandler subGroupHandler)
one transition onlyObject
XSEmptyCM. oneTransition(QName elementName, int[] currentState, SubstitutionGroupHandler subGroupHandler)
The method corresponds to one transaction in the content model.
-