|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SubstitutionGroupHandler | |
---|---|
org.apache.xerces.impl.xs | |
org.apache.xerces.impl.xs.models |
Uses of SubstitutionGroupHandler in org.apache.xerces.impl.xs |
---|
Methods in org.apache.xerces.impl.xs with parameters of type SubstitutionGroupHandler | |
---|---|
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(java.lang.Object decl1,
java.lang.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.apache.xerces.impl.xs.models |
---|
Methods in org.apache.xerces.impl.xs.models with parameters of type SubstitutionGroupHandler | |
---|---|
boolean |
XSDFACM.checkUniqueParticleAttribution(SubstitutionGroupHandler subGroupHandler)
check whether this content violates UPA constraint. |
boolean |
XSEmptyCM.checkUniqueParticleAttribution(SubstitutionGroupHandler subGroupHandler)
check whether this content violates UPA constraint. |
boolean |
XSCMValidator.checkUniqueParticleAttribution(SubstitutionGroupHandler subGroupHandler)
check whether this content violates UPA constraint. |
boolean |
XSAllCM.checkUniqueParticleAttribution(SubstitutionGroupHandler subGroupHandler)
check whether this content violates UPA constraint. |
java.lang.Object |
XSDFACM.oneTransition(QName curElem,
int[] state,
SubstitutionGroupHandler subGroupHandler)
one transition only |
java.lang.Object |
XSEmptyCM.oneTransition(QName elementName,
int[] currentState,
SubstitutionGroupHandler subGroupHandler)
The method corresponds to one transaction in the content model. |
java.lang.Object |
XSCMValidator.oneTransition(QName elementName,
int[] state,
SubstitutionGroupHandler subGroupHandler)
The method corresponds to one transaction in the content model. |
java.lang.Object |
XSAllCM.oneTransition(QName elementName,
int[] currentState,
SubstitutionGroupHandler subGroupHandler)
The method corresponds to one transition in the content model. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |