org.apache.xerces.validators.dtd
Class CMLeaf

java.lang.Object
  |
  +--org.apache.xerces.validators.dtd.CMNode
        |
        +--org.apache.xerces.validators.dtd.CMLeaf

public class CMLeaf
extends CMNode

Version:
 

Constructor Summary
CMLeaf(int type, int elementIndex)
           
CMLeaf(int type, int elementIndex, int position)
           
 
Method Summary
protected  void calcFirstPos(org.apache.xerces.validators.dtd.CMStateSet toSet)
           
protected  void calcLastPos(org.apache.xerces.validators.dtd.CMStateSet toSet)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CMLeaf

public CMLeaf(int type,
              int elementIndex,
              int position)
       throws CMException

CMLeaf

public CMLeaf(int type,
              int elementIndex)
       throws CMException
Method Detail

calcFirstPos

protected void calcFirstPos(org.apache.xerces.validators.dtd.CMStateSet toSet)
                     throws CMException
Overrides:
calcFirstPos in class CMNode

calcLastPos

protected void calcLastPos(org.apache.xerces.validators.dtd.CMStateSet toSet)
                    throws CMException
Overrides:
calcLastPos in class CMNode


Copyright © 1999 Apache XML Project. All Rights Reserved.