Uses of Class
org.apache.xerces.validators.dtd.CMException

Packages that use CMException
org.apache.xerces.validators.dtd   
org.apache.xerces.validators.schema   
 

Uses of CMException in org.apache.xerces.validators.dtd
 

Methods in org.apache.xerces.validators.dtd that throw CMException
protected abstract  void CMNode.calcFirstPos(org.apache.xerces.validators.dtd.CMStateSet toSet)
           
protected abstract  void CMNode.calcLastPos(org.apache.xerces.validators.dtd.CMStateSet toSet)
           
protected  void CMUniOp.calcFirstPos(org.apache.xerces.validators.dtd.CMStateSet toSet)
           
protected  void CMUniOp.calcLastPos(org.apache.xerces.validators.dtd.CMStateSet toSet)
           
protected  void CMBinOp.calcFirstPos(org.apache.xerces.validators.dtd.CMStateSet toSet)
           
protected  void CMBinOp.calcLastPos(org.apache.xerces.validators.dtd.CMStateSet toSet)
           
 int DFAContentModel.validateContent(int childCount, int[] children)
          Check that the specified content is valid according to this content model.
 int DFAContentModel.whatCanGoHere(boolean fullyValid, InsertableElementsInfo info)
          Returns information about which elements can be placed at a particular point in the passed element's content model.
protected  void CMLeaf.calcFirstPos(org.apache.xerces.validators.dtd.CMStateSet toSet)
           
protected  void CMLeaf.calcLastPos(org.apache.xerces.validators.dtd.CMStateSet toSet)
           
 

Constructors in org.apache.xerces.validators.dtd that throw CMException
MixedContentModel.MixedContentModel(int count, int[] childList)
          Constructs a mixed content model.
CMUniOp.CMUniOp(int type, CMNode childNode)
           
CMBinOp.CMBinOp(int type, CMNode leftNode, CMNode rightNode)
           
DFAContentModel.DFAContentModel(StringPool stringPool, CMNode syntaxTree, int leafCount)
          Constructs a DFA content model.
CMLeaf.CMLeaf(int type, int elementIndex, int position)
           
CMLeaf.CMLeaf(int type, int elementIndex)
           
 

Uses of CMException in org.apache.xerces.validators.schema
 

Methods in org.apache.xerces.validators.schema that throw CMException
 XMLContentModel XSchemaValidator.getContentModel(int elementIndex)
           
 



Copyright © 1999 Apache XML Project. All Rights Reserved.