org.apache.xerces.impl.dtd.models

Class CMUniOp


public class CMUniOp
extends CMNode

Content model Uni-Op node.
Version:
$Id: CMUniOp.java 320090 2004-10-04 22:00:42Z mrglavas $

Constructor Summary

CMUniOp(int type, CMNode childNode)

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

CMUniOp

public CMUniOp(int type,
               CMNode childNode)

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-2006 The Apache Software Foundation. All Rights Reserved.