org.apache.xerces.impl.xs.models

Class CMBuilder

public class CMBuilder extends Object

This class constructs content models for a given grammar.

Version: $Id: CMBuilder.java,v 1.23 2004/10/06 15:14:52 mrglavas Exp $

Author: Elena Litani, IBM Sandy Gao, IBM

UNKNOWN:

Constructor Summary
CMBuilder(CMNodeFactory nodeFactory)
Method Summary
XSCMValidatorgetContentModel(XSComplexTypeDecl typeDecl)
Get content model for the a given type
voidsetDeclPool(XSDeclarationPool declPool)

Constructor Detail

CMBuilder

public CMBuilder(CMNodeFactory nodeFactory)

Method Detail

getContentModel

public XSCMValidator getContentModel(XSComplexTypeDecl typeDecl)
Get content model for the a given type

Parameters: typeDecl get content model for which complex type

Returns: a content model validator

setDeclPool

public void setDeclPool(XSDeclarationPool declPool)
Copyright B) 1999-2005 Apache XML Project. All Rights Reserved.