Enhydra 5.1 API

org.apache.xerces.validators.common
Class CMBinOp

java.lang.Object
  |
  +--org.apache.xerces.validators.common.CMNode
        |
        +--org.apache.xerces.validators.common.CMBinOp

public class CMBinOp
extends CMNode

Version:
1.4.4

Constructor Summary
CMBinOp(int type, CMNode leftNode, CMNode rightNode)
           
 
Method Summary
protected  void calcFirstPos(org.apache.xerces.validators.common.CMStateSet toSet)
           
protected  void calcLastPos(org.apache.xerces.validators.common.CMStateSet toSet)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CMBinOp

public CMBinOp(int type,
               CMNode leftNode,
               CMNode rightNode)
        throws CMException
Method Detail

calcFirstPos

protected void calcFirstPos(org.apache.xerces.validators.common.CMStateSet toSet)
                     throws CMException
Specified by:
calcFirstPos in class CMNode
CMException

calcLastPos

protected void calcLastPos(org.apache.xerces.validators.common.CMStateSet toSet)
                    throws CMException
Specified by:
calcLastPos in class CMNode
CMException

Enhydra 5.1 API