org.apache.xerces.impl.dtd.models

Class CMBinOp

public class CMBinOp extends CMNode

Content model Bin-Op node.

INTERNAL:

Usage of this class is not supported. It may be altered or removed at any time.

Version: $Id: CMBinOp.java,v 1.4 2004/10/04 22:00:42 mrglavas Exp $

Constructor Summary
CMBinOp(int type, CMNode leftNode, CMNode rightNode)
Method Summary
protected voidcalcFirstPos(CMStateSet toSet)
protected voidcalcLastPos(CMStateSet toSet)
booleanisNullable()

Constructor Detail

CMBinOp

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

Method Detail

calcFirstPos

protected void calcFirstPos(CMStateSet toSet)

calcLastPos

protected void calcLastPos(CMStateSet toSet)

isNullable

public boolean isNullable()
Copyright B) 1999-2005 Apache XML Project. All Rights Reserved.