Package net.sf.xslthl.highlighters
Class NestedMultilineCommentHighlighter
java.lang.Object
net.sf.xslthl.Highlighter
net.sf.xslthl.highlighters.MultilineCommentHighlighter
net.sf.xslthl.highlighters.NestedMultilineCommentHighlighter
Just like the multiline comment highlighter, but accepts nesting of comments.
-
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 -
Method Summary
Methods inherited from class net.sf.xslthl.highlighters.MultilineCommentHighlighter
getDefaultStyle, startsWithMethods inherited from class net.sf.xslthl.Highlighter
isNewLine, reset
-
Constructor Details
-
NestedMultilineCommentHighlighter
public NestedMultilineCommentHighlighter()
-
-
Method Details
-
init
Description copied from class:HighlighterInitializer- Overrides:
initin classMultilineCommentHighlighter- Parameters:
params-- Throws:
HighlighterConfigurationException
-
highlight
Description copied from class:HighlighterPerform highlighting on the current token stream. Return true when highlighting was performed, or false in case of a false positive.- Overrides:
highlightin classMultilineCommentHighlighter- Parameters:
in-out-- Returns:
-