java.lang.Objectorg.apache.commons.digester.AbstractRulesImpl
org.apache.commons.digester.RegexRules
All Implemented Interfaces:
Rules
Rules implementation that uses regular expression matching for paths.
The regex implementation is pluggable, allowing different strategies to be used. The basic way that this class work does not vary. All patterns are tested to see if they match the path using the regex matcher. All those that do are return in the order which the rules were added.
1.5 - | Constructor: |
|---|
|
| Method from org.apache.commons.digester.RegexRules Summary: |
|---|
| clear, getRegexMatcher, match, registerRule, rules, setRegexMatcher |
| Methods from org.apache.commons.digester.AbstractRulesImpl: |
|---|
| add, clear, getDigester, getNamespaceURI, match, match, registerRule, rules, setDigester, setNamespaceURI |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.apache.commons.digester.RegexRules Detail: |
|---|
|
|
|
|
add()
method. |
|