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

java.lang.Object
  extended by org.apache.xerces.impl.dtd.models.CMNode
      extended by org.apache.xerces.impl.dtd.models.CMBinOp

public class CMBinOp
extends CMNode

Content model Bin-Op node.

Version:
$Id: CMBinOp.java 572057 2007-09-02 18:03:20Z mrglavas $

Constructor Summary
CMBinOp(int type, CMNode leftNode, CMNode rightNode)
           
 
Method Summary
 boolean isNullable()
           
 
Methods inherited from class org.apache.xerces.impl.dtd.models.CMNode
firstPos, isCompactedForUPA, lastPos, setIsCompactUPAModel, setMaxStates, type
 
Methods inherited from class java.lang.Object
equals, 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()
Specified by:
isNullable in class CMNode