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 voidXSConstraints. checkElementDeclsConsistent(XSComplexTypeDecl type, XSParticleDecl particle, SymbolHash elemDeclHash, SubstitutionGroupHandler sgHandler)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.static booleanXSConstraints. overlapUPA(Object decl1, Object decl2, SubstitutionGroupHandler sgHandler)static booleanXSConstraints. overlapUPA(XSElementDecl element1, XSElementDecl element2, SubstitutionGroupHandler sgHandler)static booleanXSConstraints. 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 booleanXSAllCM. checkUniqueParticleAttribution(SubstitutionGroupHandler subGroupHandler)check whether this content violates UPA constraint.booleanXSCMValidator. checkUniqueParticleAttribution(SubstitutionGroupHandler subGroupHandler)check whether this content violates UPA constraint.booleanXSDFACM. checkUniqueParticleAttribution(SubstitutionGroupHandler subGroupHandler)check whether this content violates UPA constraint.booleanXSEmptyCM. checkUniqueParticleAttribution(SubstitutionGroupHandler subGroupHandler)check whether this content violates UPA constraint.ObjectXSAllCM. oneTransition(QName elementName, int[] currentState, SubstitutionGroupHandler subGroupHandler)The method corresponds to one transition in the content model.ObjectXSCMValidator. oneTransition(QName elementName, int[] state, SubstitutionGroupHandler subGroupHandler)The method corresponds to one transaction in the content model.ObjectXSDFACM. oneTransition(QName curElem, int[] state, SubstitutionGroupHandler subGroupHandler)one transition onlyObjectXSEmptyCM. oneTransition(QName elementName, int[] currentState, SubstitutionGroupHandler subGroupHandler)The method corresponds to one transaction in the content model.
-