public class

CMBuilder

extends Object
java.lang.Object
   ↳ org.apache.xerces.impl.xs.models.CMBuilder

Class Overview

This class constructs content models for a given grammar.

Summary

Public Constructors
CMBuilder(CMNodeFactory nodeFactory)
Public Methods
XSCMValidator getContentModel(XSComplexTypeDecl typeDecl)
Get content model for the a given type
void setDeclPool(XSDeclarationPool declPool)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public CMBuilder (CMNodeFactory nodeFactory)

Public Methods

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

public void setDeclPool (XSDeclarationPool declPool)