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 $

UNKNOWN:

Constructor Summary
CMAny(int type, String uri, int position)
Constructs a content model any.
Method Summary
protected voidcalcFirstPos(CMStateSet toSet)
protected voidcalcLastPos(CMStateSet toSet)
booleanisNullable()
StringtoString()

Constructor Detail

CMAny

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

Method Detail

calcFirstPos

protected void calcFirstPos(CMStateSet toSet)

calcLastPos

protected void calcLastPos(CMStateSet toSet)

isNullable

public boolean isNullable()

toString

public String toString()
Copyright B) 1999-2005 Apache XML Project. All Rights Reserved.