Uses of Class
org.apache.commons.digester3.RegexMatcher
-
Packages that use RegexMatcher Package Description org.apache.commons.digester3 Thexmlrulespackage provides for XML-based definition of rules forDigester. -
-
Uses of RegexMatcher in org.apache.commons.digester3
Subclasses of RegexMatcher in org.apache.commons.digester3 Modifier and Type Class Description classSimpleRegexMatcherSimple regex pattern matching algorithm.Methods in org.apache.commons.digester3 that return RegexMatcher Modifier and Type Method Description RegexMatcherRegexRules. getRegexMatcher()Gets the current regex matching strategy.Methods in org.apache.commons.digester3 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.digester3 with parameters of type RegexMatcher Constructor Description RegexRules(RegexMatcher matcher)Construct sets the Regex matching strategy.
-