org.apache.xerces.impl.xs.models

Class XSCMLeaf

public class XSCMLeaf extends CMNode

Content model leaf node.

Version: $$

Author: Neil Graham, IBM

UNKNOWN:

Constructor Summary
XSCMLeaf(int type, Object leaf, int id, int position)
Constructs a content model leaf.
Method Summary
protected voidcalcFirstPos(CMStateSet toSet)
protected voidcalcLastPos(CMStateSet toSet)
booleanisNullable()
StringtoString()

Constructor Detail

XSCMLeaf

public XSCMLeaf(int type, Object leaf, int id, int position)
Constructs a content model leaf.

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.