Uses of Class
org.radeox.regex.Matcher

Packages that use Matcher
org.radeox.regex   
 

Uses of Matcher in org.radeox.regex
 

Subclasses of Matcher in org.radeox.regex
 class JdkMatcher
           
 

Methods in org.radeox.regex that return Matcher
static Matcher Matcher.create(java.lang.String input, Pattern pattern)
          Create a new matcher object, depending on the implementation
 

Methods in org.radeox.regex with parameters of type Matcher
static MatchResult MatchResult.create(Matcher matcher)
          Create a new MatchResult depending on the used implementation
 

Constructors in org.radeox.regex with parameters of type Matcher
JdkMatchResult(Matcher matcher)
           
 



Copyright © 2003 Matthias L. Jugel, Stephan J. Schmidt. All Rights Reserved.