org.apache.xerces.impl.dtd.models

Class CMBinOp


public class CMBinOp
extends CMNode

Content model Bin-Op node.

Version:
$Id: CMBinOp.java,v 1.2 2002/01/29 01:15:10 lehors 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

calcFirstPos, calcLastPos, firstPos, isNullable, lastPos, setMaxStates, type

Constructor Details

CMBinOp

public CMBinOp(int type,
               CMNode leftNode,
               CMNode rightNode)

Method Details

calcFirstPos

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


calcLastPos

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


isNullable

public boolean isNullable()
Overrides:
isNullable in interface CMNode


Copyright B) 1999-2004 Apache XML Project. All Rights Reserved.