Package | Description |
---|---|
org.apache.commons.digester3 |
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 | 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-2013 The Apache Software Foundation. All Rights Reserved.