public class CMLeaf extends CMNode
| Constructor and Description |
|---|
CMLeaf(QName element)
Constructs a content model leaf.
|
CMLeaf(QName element,
int position)
Constructs a content model leaf.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
calcFirstPos(CMStateSet toSet) |
protected void |
calcLastPos(CMStateSet toSet) |
boolean |
isNullable() |
String |
toString() |
firstPos, isCompactedForUPA, lastPos, setIsCompactUPAModel, setMaxStates, typepublic CMLeaf(QName element, int position)
public CMLeaf(QName element)
public boolean isNullable()
isNullable in class CMNodeprotected void calcFirstPos(CMStateSet toSet)
calcFirstPos in class CMNodeprotected void calcLastPos(CMStateSet toSet)
calcLastPos in class CMNodeCopyright © 2012 JBoss by Red Hat. All Rights Reserved.