| Package | Description |
|---|---|
| org.apache.commons.digester |
The Digester package provides for rules-based processing of arbitrary
XML documents.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleRegexMatcher
Simple regex pattern matching algorithm.
|
| 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.
|
Copyright © 2001-2016 The Apache Software Foundation. All Rights Reserved.