Uses of Class
org.apache.commons.digester.RegexMatcher

Packages that use RegexMatcher
org.apache.commons.digester The Digester package provides for rules-based processing of arbitrary XML documents. 
 

Uses of RegexMatcher in org.apache.commons.digester
 

Subclasses of RegexMatcher in org.apache.commons.digester
 class SimpleRegexMatcher
          Simple regex pattern matching algorithm.
 

Methods in org.apache.commons.digester that return RegexMatcher
 RegexMatcher RegexRules.getRegexMatcher()
          Gets the current regex matching strategy.
 

Methods in org.apache.commons.digester with parameters of type RegexMatcher
 void RegexRules.setRegexMatcher(RegexMatcher matcher)
          Sets the current regex matching strategy.
 

Constructors in org.apache.commons.digester with parameters of type RegexMatcher
RegexRules(RegexMatcher matcher)
          Construct sets the Regex matching strategy.
 



Copyright © 2001-2009 The Apache Software Foundation. All Rights Reserved.