|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.upenn.cis.ptb.xpath.RightEdgeFunction
Right edge check of LPath. This function has the signature:
boolean r-edge()Returns true if the context node has no node on its following axis, i.e., it is on the right periphery of the tree. For example:
=>>::S/=>>::PP[r-edge()]Selects all the PPs on the right edge that are dominated by an S.
PTBXPath| Constructor Summary | |
RightEdgeFunction()
Creates a new instance of SubtreeScoping |
|
| Method Summary | |
java.lang.Object |
call(org.jaxen.Context context,
java.util.List list)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RightEdgeFunction()
| Method Detail |
public java.lang.Object call(org.jaxen.Context context,
java.util.List list)
throws org.jaxen.FunctionCallException
call in interface org.jaxen.Functionorg.jaxen.FunctionCallException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||