org.apache.xerces.impl.dtd.models

Class CMAny


public class CMAny
extends CMNode

Content model any node.
Version:
$Id: CMAny.java,v 1.6 2005/03/08 05:40:15 mrglavas Exp $

Constructor Summary

CMAny(int type, String uri, int position)
Constructs a content model any.

Method Summary

protected void
calcFirstPos(CMStateSet toSet)
protected void
calcLastPos(CMStateSet toSet)
boolean
isNullable()
String
toString()

Methods inherited from class org.apache.xerces.impl.dtd.models.CMNode

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

Constructor Details

CMAny

public CMAny(int type,
             String uri,
             int position)
Constructs a content model any.

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

toString

public String toString()

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