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

Packages that use CMException
org.apache.xerces.validators.common   
 

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

Methods in org.apache.xerces.validators.common that throw CMException
protected abstract  void CMNode.calcFirstPos(org.apache.xerces.validators.common.CMStateSet toSet)
           
protected abstract  void CMNode.calcLastPos(org.apache.xerces.validators.common.CMStateSet toSet)
           
protected  void CMUniOp.calcFirstPos(org.apache.xerces.validators.common.CMStateSet toSet)
           
protected  void CMUniOp.calcLastPos(org.apache.xerces.validators.common.CMStateSet toSet)
           
protected  void CMBinOp.calcFirstPos(org.apache.xerces.validators.common.CMStateSet toSet)
           
protected  void CMBinOp.calcLastPos(org.apache.xerces.validators.common.CMStateSet toSet)
           
 int DFAContentModel.validateContent(QName[] children, int offset, int length)
          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 CMAny.calcFirstPos(org.apache.xerces.validators.common.CMStateSet toSet)
           
protected  void CMAny.calcLastPos(org.apache.xerces.validators.common.CMStateSet toSet)
           
protected  void CMLeaf.calcFirstPos(org.apache.xerces.validators.common.CMStateSet toSet)
           
protected  void CMLeaf.calcLastPos(org.apache.xerces.validators.common.CMStateSet toSet)
           
 

Constructors in org.apache.xerces.validators.common that throw CMException
CMUniOp(int type, CMNode childNode)
           
CMBinOp(int type, CMNode leftNode, CMNode rightNode)
           
MixedContentModel(QName[] childList, int[] childListType, int offset, int length)
          Constructs a mixed content model.
MixedContentModel(QName[] childList, int[] childListType, int offset, int length, boolean ordered)
          Constructs a mixed content model.
MixedContentModel(QName[] childList, int[] childListType, int offset, int length, boolean ordered, boolean dtd)
          Constructs a mixed content model.
DFAContentModel(CMNode syntaxTree, int leafCount)
          Constructs a DFA content model.
DFAContentModel(CMNode syntaxTree, int leafCount, boolean dtd, boolean mixed)
          Constructs a DFA content model.
CMAny(int type, int uri, int position)
          Constructs a content model any.
CMLeaf(QName element, int position)
          Constructs a content model leaf.
CMLeaf(QName element)
          Constructs a content model leaf.
 



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