Uses of Class
org.apache.commons.digester.RegexMatcher
Packages that use RegexMatcher
Package
Description
The
xmlrules package provides for XML-based definition of
rules for Digester.-
Uses of RegexMatcher in org.apache.commons.digester
Subclasses of RegexMatcher in org.apache.commons.digesterModifier and TypeClassDescriptionclassSimple regex pattern matching algorithm.Fields in org.apache.commons.digester declared as RegexMatcherModifier and TypeFieldDescriptionprivate RegexMatcherRegexRules.matcherThe regex strategy used by this RegexRulesMethods in org.apache.commons.digester that return RegexMatcherModifier and TypeMethodDescriptionRegexRules.getRegexMatcher()Gets the current regex matching strategy.Methods in org.apache.commons.digester with parameters of type RegexMatcherModifier and TypeMethodDescriptionvoidRegexRules.setRegexMatcher(RegexMatcher matcher) Sets the current regex matching strategy.Constructors in org.apache.commons.digester with parameters of type RegexMatcherModifierConstructorDescriptionRegexRules(RegexMatcher matcher) Construct sets the Regex matching strategy.