| Package | Description |
|---|---|
| org.apache.xerces.impl.xs | |
| org.apache.xerces.impl.xs.models |
| Modifier and Type | Field and Description |
|---|---|
protected XSCMValidator[] |
SchemaValidatorHelper.fCMStack
Content model stack.
|
protected XSCMValidator |
SchemaValidatorHelper.fCurrentCM
Current content model.
|
| Modifier and Type | Method and Description |
|---|---|
XSCMValidator |
XSComplexTypeDecl.getContentModel(CMBuilder cmBuilder) |
XSCMValidator |
XSComplexTypeDecl.getContentModel(CMBuilder cmBuilder,
boolean forUPA) |
| Modifier and Type | Class and Description |
|---|---|
class |
XS11AllCM
XSAll11CM implements XSCMValidator and handles <all>.
|
class |
XSAllCM
XSAllCM implements XSCMValidator and handles <all>.
|
class |
XSDFACM
DFAContentModel is the implementation of XSCMValidator that does
all of the non-trivial element content validation.
|
class |
XSEmptyCM
XSEmptyCM is a derivative of the abstract content model base class that
handles a content model with no children (elements).
|
| Modifier and Type | Method and Description |
|---|---|
XSCMValidator |
CMBuilder.getContentModel(XSComplexTypeDecl typeDecl,
boolean forUPA)
Get content model for a given type
|
XSCMValidator |
CMBuilder.getContentModel(XSParticleDecl particle)
Get content model for a given particle
|
| Constructor and Description |
|---|
XS11CMRestriction(XSCMValidator base,
XSCMValidator derived,
SubstitutionGroupHandler sgh,
XSGrammarBucket gb,
CMBuilder cmb,
XSConstraints xsc) |
Copyright © 2013. All rights reserved.