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.
- Version:
- $Id: CMBinOp.java 572057 2007-09-02 18:03:20Z mrglavas $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CMBinOp
public CMBinOp(int type,
CMNode leftNode,
CMNode rightNode)
isNullable
public boolean isNullable()
- Specified by:
isNullable
in class CMNode
calcFirstPos
protected void calcFirstPos(CMStateSet toSet)
- Specified by:
calcFirstPos
in class CMNode
calcLastPos
protected void calcLastPos(CMStateSet toSet)
- Specified by:
calcLastPos
in class CMNode
Copyright © 2011. All Rights Reserved.