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

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

public class CMBinOp
extends CMNode

Content model Bin-Op node.

INTERNAL:

Usage of this class is not supported. It may be altered or removed at any time.

Version:
$Id: CMBinOp.java,v 1.4 2004/10/04 22:00:42 mrglavas Exp $

Constructor Summary
CMBinOp(int type, CMNode leftNode, CMNode rightNode)
           
 
Method Summary
protected  void calcFirstPos(CMStateSet toSet)
           
protected  void calcLastPos(CMStateSet toSet)
           
 boolean isNullable()
           
 
Methods inherited from class org.apache.xerces.impl.dtd.models.CMNode
firstPos, lastPos, setMaxStates, type
 
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

isNullable

public boolean isNullable()
Overrides:
isNullable in class CMNode

calcFirstPos

protected void calcFirstPos(CMStateSet toSet)
Overrides:
calcFirstPos in class CMNode

calcLastPos

protected void calcLastPos(CMStateSet toSet)
Overrides:
calcLastPos in class CMNode


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