|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.upenn.cis.pdtb.xpath.IsCoordConjFunction
Filter for subordinating conjunctions. This function has the signature:
boolean is-sc()Returns true iff the context node is an explicit relation and the connHead attribute matches the regex:
.*(and|or|but|nor)
| Field Summary | |
static java.util.regex.Pattern |
CoordConjConnPattern
|
| Constructor Summary | |
IsCoordConjFunction()
|
|
| Method Summary | |
java.lang.Object |
call(org.jaxen.Context context,
java.util.List args)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.util.regex.Pattern CoordConjConnPattern
| Constructor Detail |
public IsCoordConjFunction()
| Method Detail |
public java.lang.Object call(org.jaxen.Context context,
java.util.List args)
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 | |||||||||