Uses of Class
org.apache.commons.digester.RegexMatcher
-
Packages that use RegexMatcher Package Description org.apache.commons.digester Thexmlrulespackage 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 classSimpleRegexMatcherSimple regex pattern matching algorithm.Methods in org.apache.commons.digester that return RegexMatcher Modifier and Type Method Description RegexMatcherRegexRules. getRegexMatcher()Gets the current regex matching strategy.Methods in org.apache.commons.digester with parameters of type RegexMatcher Modifier and Type Method Description voidRegexRules. 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.
-