Package net.sf.xslthl
Class WholeHighlighter
- java.lang.Object
-
- net.sf.xslthl.Highlighter
-
- net.sf.xslthl.WholeHighlighter
-
- Direct Known Subclasses:
HTMLHighlighter
,XMLHighlighter
public abstract class WholeHighlighter extends Highlighter
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.sf.xslthl.Highlighter
Highlighter.IgnoreCaseComparator
-
-
Field Summary
-
Fields inherited from class net.sf.xslthl.Highlighter
XMLname
-
-
Constructor Summary
Constructors Constructor Description WholeHighlighter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
init(Params params)
Initializer-
Methods inherited from class net.sf.xslthl.Highlighter
getDefaultStyle, highlight, isNewLine, reset, startsWith
-
-
-
-
Method Detail
-
init
public void init(Params params) throws HighlighterConfigurationException
Description copied from class:Highlighter
Initializer- Overrides:
init
in classHighlighter
- Throws:
HighlighterConfigurationException
-
-