org.apache.xerces.impl.xs.models
Class CMBuilder

java.lang.Object
  |
  +--org.apache.xerces.impl.xs.models.CMBuilder

public class CMBuilder
extends java.lang.Object

This class constructs content models for a given grammar.

Version:
$Id: CMBuilder.java,v 1.5 2002/01/29 01:15:16 lehors Exp $
Author:
Elena Litani, IBM

Constructor Summary
CMBuilder(XSDeclarationPool pool)
           
 
Method Summary
 XSCMValidator getContentModel(XSComplexTypeDecl typeDecl)
          Get content model for the a given type
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CMBuilder

public CMBuilder(XSDeclarationPool pool)
Method Detail

getContentModel

public XSCMValidator getContentModel(XSComplexTypeDecl typeDecl)
Get content model for the a given type
Parameters:
elementDeclIndex -  
comparator -  
Returns:
a content model validator
Throws:
java.lang.RuntimeException -  


Copyright © 1999-2002 Apache XML Project. All Rights Reserved.