|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ricebridge.xmlman.in.PartContext
Describes parse state of path part.
| Constructor Summary | |
PartContext(int pPartPosition)
Store part position. |
|
| Method Summary | |
PartContext |
duplicate()
Create a copy of current part state. |
com.ricebridge.xmlman.tp.Context |
getContext()
get the Jaxen Context for this part. |
int |
getMatchDepth()
Get the depth at which this part matched. |
int |
getPartPosition()
Get the position of this part in the TargetPath. |
int |
getPosition()
Get the element position at which this part matched. |
int |
getStartDepth()
get the depth at which this part started searching for a match. |
void |
setContext(com.ricebridge.xmlman.tp.Context pContext)
Set the Jaxen Context for this part. |
void |
setMatchDepth(int pMatchDepth)
Set the depth at which this part matched. |
void |
setPosition(int pPosition)
Set the element position at which this part matched. |
void |
setStartDepth(int pStartDepth)
Set the depth at which this part started searching for a match. |
String |
toString()
Debugging description. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public PartContext(int pPartPosition)
| Method Detail |
public PartContext duplicate()
public void setMatchDepth(int pMatchDepth)
public void setStartDepth(int pStartDepth)
public void setPosition(int pPosition)
public int getPartPosition()
TargetPath.
public int getMatchDepth()
public int getStartDepth()
public int getPosition()
public void setContext(com.ricebridge.xmlman.tp.Context pContext)
Context for this part.
public com.ricebridge.xmlman.tp.Context getContext()
Context for this part.
public String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||