org.apache.xerces.impl.xs.models
Class CMBuilder
java.lang.Object
org.apache.xerces.impl.xs.models.CMBuilder
public class CMBuilder
- extends Object
This class constructs content models for a given grammar.
- Version:
- $Id: CMBuilder.java 573322 2007-09-06 16:48:47Z peterjm $
- Author:
- Elena Litani, IBM, Sandy Gao, IBM
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CMBuilder
public CMBuilder(CMNodeFactory nodeFactory)
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
Copyright © 2011. All Rights Reserved.