|
|||||||||
| 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.OroMatchResult
public class OroMatchResult
| Constructor Summary | |
|---|---|
OroMatchResult(org.apache.oro.text.regex.MatchResult matchResult)
|
|
| 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 OroMatchResult(org.apache.oro.text.regex.MatchResult matchResult)
| Method Detail |
|---|
public int groups()
MatchResult
groups in class MatchResultpublic java.lang.String group(int i)
MatchResult
group in class MatchResulti - index for the group
public int beginOffset(int i)
MatchResult
beginOffset in class MatchResulti - index for the group
public int endOffset(int i)
MatchResult
endOffset in class MatchResulti - index for the group
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||