|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.xmlmatcher.rex.PositionImpl
public abstract class PositionImpl
Constructor Summary | |
---|---|
protected |
PositionImpl(org.w3c.dom.Element template)
|
Method Summary | |
---|---|
void |
addNext(Position nextSibling)
Used by Glushkov graph builder to add sibling position that may *follow* this one in some valid input sequence |
org.w3c.dom.Element |
getElement()
|
java.util.List<Position> |
getNextSiblings()
|
boolean |
isFinal()
|
void |
setFinal()
Used by Glushkov graph builder to mark position as final |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface net.sf.xmlmatcher.rex.Position |
---|
match |
Constructor Detail |
---|
protected PositionImpl(org.w3c.dom.Element template)
Method Detail |
---|
public org.w3c.dom.Element getElement()
getElement
in interface Position
public void addNext(Position nextSibling)
Position
addNext
in interface Position
public java.util.List<Position> getNextSiblings()
getNextSiblings
in interface Position
public boolean isFinal()
isFinal
in interface Position
public void setFinal()
Position
setFinal
in interface Position
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |