Package | Description |
---|---|
org.apache.commons.digester |
The
xmlrules package provides for XML-based definition of
rules for Digester . |
Modifier and Type | Class and Description |
---|---|
class |
SimpleRegexMatcher
Simple regex pattern matching algorithm.
|
Modifier and Type | Field and Description |
---|---|
private RegexMatcher |
RegexRules.matcher
The regex strategy used by this RegexRules
|
Modifier and Type | Method and Description |
---|---|
RegexMatcher |
RegexRules.getRegexMatcher()
Gets the current regex matching strategy.
|
Modifier and Type | Method and Description |
---|---|
void |
RegexRules.setRegexMatcher(RegexMatcher matcher)
Sets the current regex matching strategy.
|
Constructor and Description |
---|
RegexRules(RegexMatcher matcher)
Construct sets the Regex matching strategy.
|