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