Package org.apache.xerces.impl.xs.models
Class CMBuilder
java.lang.Object
org.apache.xerces.impl.xs.models.CMBuilder
This class constructs content models for a given grammar.
INTERNAL:
- Usage of this class is not supported. It may be altered or removed at any time.
- Version:
- $Id: CMBuilder.java 573322 2007-09-06 16:48:47Z peterjm $
- Author:
- Elena Litani, IBM, Sandy Gao, IBM
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetContentModel
(XSComplexTypeDecl typeDecl, boolean forUPA) Get content model for the a given typevoid
setDeclPool
(XSDeclarationPool declPool)
-
Constructor Details
-
CMBuilder
-
-
Method Details
-
setDeclPool
-
getContentModel
Get content model for the a given type- Parameters:
typeDecl
- get content model for which complex type- Returns:
- a content model validator
-