|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Matcher | |
org.radeox.regex |
Uses of Matcher in org.radeox.regex |
Subclasses of Matcher in org.radeox.regex | |
class |
JdkMatcher
|
Methods in org.radeox.regex that return Matcher | |
static Matcher |
Matcher.create(java.lang.String input,
Pattern pattern)
Create a new matcher object, depending on the implementation |
Methods in org.radeox.regex with parameters of type Matcher | |
static MatchResult |
MatchResult.create(Matcher matcher)
Create a new MatchResult depending on the used implementation |
Constructors in org.radeox.regex with parameters of type Matcher | |
JdkMatchResult(Matcher matcher)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |