public abstract class AbstractConverter extends Object implements Converter
| Constructor and Description |
|---|
AbstractConverter() |
| Modifier and Type | Method and Description |
|---|---|
String |
convert(String input) |
protected String |
convertMatch(String data,
int start,
int end) |
String |
convertMisc(String fragment) |
protected String |
convertMisc(String data,
int start,
int end) |
org.apache.oro.text.regex.Perl5Compiler |
getCompiler() |
org.apache.oro.text.regex.Pattern |
getPattern() |
org.apache.oro.text.perl.Perl5Util |
getUtil() |
String |
highlightStrings(String input) |
abstract org.apache.oro.text.regex.Pattern |
initPattern() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconvertMatchpublic abstract org.apache.oro.text.regex.Pattern initPattern()
throws org.apache.oro.text.regex.MalformedPatternException
org.apache.oro.text.regex.MalformedPatternExceptionpublic org.apache.oro.text.regex.Perl5Compiler getCompiler()
public org.apache.oro.text.perl.Perl5Util getUtil()
public org.apache.oro.text.regex.Pattern getPattern()
public String convertMisc(String fragment)
convertMisc in interface ConverterCopyright © 2002-2020 The Apache Software Foundation. All Rights Reserved.