|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.xerces.impl.dtd.models.CMNode
A content model node.
Constructor Summary | |
---|---|
CMNode(int type)
|
Method Summary | |
---|---|
protected abstract void |
calcFirstPos(CMStateSet toSet)
|
protected abstract void |
calcLastPos(CMStateSet toSet)
|
CMStateSet |
firstPos()
|
abstract boolean |
isNullable()
|
CMStateSet |
lastPos()
|
void |
setMaxStates(int maxStates)
|
int |
type()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CMNode(int type)
Method Detail |
public abstract boolean isNullable()
public final int type()
public final CMStateSet firstPos()
public final CMStateSet lastPos()
public final void setMaxStates(int maxStates)
protected abstract void calcFirstPos(CMStateSet toSet)
protected abstract void calcLastPos(CMStateSet toSet)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |