Uses of Class
org.apache.xerces.impl.xs.XMLSchemaException

Packages that use XMLSchemaException
org.apache.xerces.impl.xs   
org.apache.xerces.impl.xs.models   
 

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

Methods in org.apache.xerces.impl.xs that throw XMLSchemaException
static void XSConstraints.checkElementDeclsConsistent(XSComplexTypeDecl type, XSParticleDecl particle, SymbolHash elemDeclHash, SubstitutionGroupHandler sgHandler)
           
static void XSConstraints.findElemInTable(XSComplexTypeDecl type, XSElementDecl elem, SymbolHash elemDeclHash)
           
 

Uses of XMLSchemaException in org.apache.xerces.impl.xs.models
 

Methods in org.apache.xerces.impl.xs.models that throw XMLSchemaException
 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.