org.apache.xerces.impl.validation.models
Class CMBinOp

java.lang.Object
  |
  +--org.apache.xerces.impl.validation.models.CMNode
        |
        +--org.apache.xerces.impl.validation.models.CMBinOp

public class CMBinOp
extends CMNode

Content model Bin-Op node.

Version:
$Id: CMBinOp.java,v 1.1.2.2 2000/11/30 00:16:33 jeffreyr Exp $

Constructor Summary
CMBinOp(int type, CMNode leftNode, CMNode rightNode)
           
 
Method Summary
protected  void calcFirstPos(org.apache.xerces.impl.validation.models.CMStateSet toSet)
           
protected  void calcLastPos(org.apache.xerces.impl.validation.models.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)
Method Detail

calcFirstPos

protected void calcFirstPos(org.apache.xerces.impl.validation.models.CMStateSet toSet)
Overrides:
calcFirstPos in class CMNode

calcLastPos

protected void calcLastPos(org.apache.xerces.impl.validation.models.CMStateSet toSet)
Overrides:
calcLastPos in class CMNode


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