org.apache.xerces.impl.xs.models
Class XSCMBinOp

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

public class XSCMBinOp
extends CMNode

Content model Bin-Op node.

Version:
$Id: XSCMBinOp.java 476309 2006-11-17 20:49:31Z mrglavas $
Author:
Neil Graham, IBM

Constructor Summary
XSCMBinOp(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

XSCMBinOp

public XSCMBinOp(int type,
                 CMNode leftNode,
                 CMNode rightNode)
Method Detail

isNullable

public boolean isNullable()
Specified by:
isNullable in class CMNode