Class CMBuilder
- java.lang.Object
-
- org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.models.CMBuilder
-
public class CMBuilder extends Object
This class constructs content models for a given grammar.- Version:
- $Id$
- Author:
- Elena Litani, IBM, Sandy Gao, IBM
-
-
Constructor Summary
Constructors Constructor Description CMBuilder(CMNodeFactory nodeFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XSCMValidator
getContentModel(XSComplexTypeDecl typeDecl, boolean forUPA)
Get content model for the a given typevoid
setDeclPool(XSDeclarationPool declPool)
-
-
-
Constructor Detail
-
CMBuilder
public CMBuilder(CMNodeFactory nodeFactory)
-
-
Method Detail
-
setDeclPool
public void setDeclPool(XSDeclarationPool declPool)
-
getContentModel
public XSCMValidator getContentModel(XSComplexTypeDecl typeDecl, boolean forUPA)
Get content model for the a given type- Parameters:
typeDecl
- get content model for which complex type- Returns:
- a content model validator
-
-