Uses of Class
org.apache.commons.digester.RegexMatcher
-
Packages that use RegexMatcher Package Description org.apache.commons.digester Thexmlrules
package provides for XML-based definition of rules forDigester
. -
-
Uses of RegexMatcher in org.apache.commons.digester
Subclasses of RegexMatcher in org.apache.commons.digester Modifier and Type Class Description class
SimpleRegexMatcher
Simple regex pattern matching algorithm.Fields in org.apache.commons.digester declared as RegexMatcher Modifier and Type Field Description private RegexMatcher
RegexRules. matcher
The regex strategy used by this RegexRulesMethods in org.apache.commons.digester that return RegexMatcher Modifier and Type Method Description RegexMatcher
RegexRules. getRegexMatcher()
Gets the current regex matching strategy.Methods in org.apache.commons.digester with parameters of type RegexMatcher Modifier and Type Method Description void
RegexRules. setRegexMatcher(RegexMatcher matcher)
Sets the current regex matching strategy.Constructors in org.apache.commons.digester with parameters of type RegexMatcher Constructor Description RegexRules(RegexMatcher matcher)
Construct sets the Regex matching strategy.
-