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.1 2001/10/25 20:36:03 elena 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:
 
Throws:
java.lang.Exception -  


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