|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.xerces.impl.dtd.models.CMNode | +--org.apache.xerces.impl.xs.models.XSCMBinOp
Content model Bin-Op node.
Constructor Summary | |
XSCMBinOp(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 |
public XSCMBinOp(int type, CMNode leftNode, CMNode rightNode)
Method Detail |
public boolean isNullable()
isNullable
in class CMNode
protected void calcFirstPos(CMStateSet toSet)
calcFirstPos
in class CMNode
protected void calcLastPos(CMStateSet toSet)
calcLastPos
in class CMNode
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |