net.sf.xslthl.highlighters
Class NestedMultilineCommentHighlighter
java.lang.Object
net.sf.xslthl.Highlighter
net.sf.xslthl.highlighters.MultilineCommentHighlighter
net.sf.xslthl.highlighters.NestedMultilineCommentHighlighter
public class NestedMultilineCommentHighlighter
- extends MultilineCommentHighlighter
Just like the multiline comment highlighter, but accepts nesting of comments.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NestedMultilineCommentHighlighter
public NestedMultilineCommentHighlighter()
init
public void init(Params params)
throws HighlighterConfigurationException
- Description copied from class:
Highlighter
- Initializer
- Overrides:
init
in class MultilineCommentHighlighter
- Throws:
HighlighterConfigurationException
highlight
public boolean highlight(CharIter in,
List<Block> out)
- Description copied from class:
Highlighter
- Perform highlighting on the current token stream. Return true when
highlighting was performed, or false in case of a false positive.
- Overrides:
highlight
in class MultilineCommentHighlighter
- Returns:
Copyright © 2005-2014. All Rights Reserved.