|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.basex.query.regex.RegExp
org.basex.query.regex.LineBorder
public final class LineBorder
Line start (^
) or line end ($
).
Method Summary | |
---|---|
static LineBorder |
get(boolean start,
boolean multi)
Getter for the cached LineBorder instance. |
Methods inherited from class org.basex.query.regex.RegExp |
---|
toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public static LineBorder get(boolean start, boolean multi)
start
- ^
if true
, $
otherwisemulti
- multi-line flag
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |