|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.caucho.xpath.Pattern | +--com.caucho.xpath.UnionPattern
Implementation of the 'a|b' pattern. It's made public so XSLT can separate the left and right sides.
Fields inherited from class com.caucho.xpath.Pattern |
dbg |
Method Summary | |
Pattern |
getLeft()
Return left node of the union. |
Pattern |
getRight()
Return right node of the union. |
java.lang.String |
toString()
|
Methods inherited from class com.caucho.xpath.Pattern |
find,
find,
getNodeName,
getPrefix,
getPriority,
isMatch,
isMatch,
select,
select,
toPatternString |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Method Detail |
public Pattern getLeft()
public Pattern getRight()
public java.lang.String toString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |