|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.radeox.regex.MatchResult
org.radeox.regex.JdkMatchResult
Constructor Summary | |
JdkMatchResult(java.util.regex.Matcher matcher)
|
|
JdkMatchResult(Matcher matcher)
|
Method Summary | |
int |
beginOffset(int i)
The offset of the beginning of the match for the group with the index i |
int |
endOffset(int i)
The offset of the end of the match for the group with the index i |
java.lang.String |
group(int i)
Return the content of group with the index i |
int |
groups()
Returns the number of groups (...) found |
Methods inherited from class org.radeox.regex.MatchResult |
create |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JdkMatchResult(java.util.regex.Matcher matcher)
public JdkMatchResult(Matcher matcher)
Method Detail |
public int groups()
MatchResult
groups
in class MatchResult
public java.lang.String group(int i)
MatchResult
group
in class MatchResult
i
- index for the group
public int beginOffset(int i)
MatchResult
beginOffset
in class MatchResult
i
- index for the group
public int endOffset(int i)
MatchResult
endOffset
in class MatchResult
i
- index for the group
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |