Package de.ispsoft.jaxme.re

Interface Summary
Pattern Interface of a compiled regular expression.
PatternCompiler Interface of a compiler for regular expressions.
 

Class Summary
ApacheRegexpPatternCompiler A PatternCompiler based on the Regexp package from the Apache Jakarta project.
ApacheRegexpPatternCompiler.ApacheRegexpPattern  
DummyPatternCompiler The DummyPatternCompiler creates rather useless patterns: They return true for any pattern and input string.
JavaUtilPatternCompiler The JavaUtilPatternCompiler is a PatternCompiler based on the java.util.regex package.
JavaUtilPatternCompiler.JavaUtilPattern  
OroPatternCompiler A PatternCompiler implemented on the Apache ORO package.
OroPatternCompiler.OroPattern  
PatternFactory The PatternFactory provides access to a PatternCompiler through its PatternFactory.getPatternCompiler() method.