|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.planx.xpath.Context
public class Context
An XPath context.
| Constructor Summary | |
|---|---|
Context()
Create an empty context. |
|
Context(Object ctxtNode,
int ctxtPosition,
int ctxtSize)
Create a context with the context node, context position, and context size. |
|
| Method Summary | |
|---|---|
Object |
getNode()
Returns the context node. |
int |
getPosition()
Returns the context position of the context node. |
int |
getSize()
Returns the context size. |
void |
setNode(Object ctxtNode)
Set the context node. |
void |
setPosition(int ctxtPosition)
Set the context position. |
void |
setSize(int ctxtSize)
Set the context size. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Context()
public Context(Object ctxtNode,
int ctxtPosition,
int ctxtSize)
| Method Detail |
|---|
public Object getNode()
public void setNode(Object ctxtNode)
public int getPosition()
public void setPosition(int ctxtPosition)
public int getSize()
public void setSize(int ctxtSize)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||