|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.xerces.impl.xs.models.CMBuilder
This class constructs content models for a given grammar.
Constructor Summary | |
CMBuilder(CMNodeFactory nodeFactory)
|
Method Summary | |
XSCMValidator |
getContentModel(XSComplexTypeDecl typeDecl,
boolean forUPA)
Get content model for a given type |
XSCMValidator |
getContentModel(XSParticleDecl particle)
Get content model for a given particle |
void |
setDeclPool(XSDeclarationPool declPool)
|
void |
setSchemaVersion(short version)
Set XML Schema 11 flag |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CMBuilder(CMNodeFactory nodeFactory)
Method Detail |
public void setDeclPool(XSDeclarationPool declPool)
public void setSchemaVersion(short version)
public XSCMValidator getContentModel(XSComplexTypeDecl typeDecl, boolean forUPA)
typeDecl
- get content model for which complex type
public XSCMValidator getContentModel(XSParticleDecl particle)
particle
- get content model for which particle
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |