|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RegexMatcher | |
---|---|
org.apache.commons.digester3 | The xmlrules package provides for XML-based definition of
rules for Digester . |
Uses of RegexMatcher in org.apache.commons.digester3 |
---|
Subclasses of RegexMatcher in org.apache.commons.digester3 | |
---|---|
class |
SimpleRegexMatcher
Simple regex pattern matching algorithm. |
Methods in org.apache.commons.digester3 that return RegexMatcher | |
---|---|
RegexMatcher |
RegexRules.getRegexMatcher()
Gets the current regex matching strategy. |
Methods in org.apache.commons.digester3 with parameters of type RegexMatcher | |
---|---|
void |
RegexRules.setRegexMatcher(RegexMatcher matcher)
Sets the current regex matching strategy. |
Constructors in org.apache.commons.digester3 with parameters of type RegexMatcher | |
---|---|
RegexRules(RegexMatcher matcher)
Construct sets the Regex matching strategy. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |