net.sf.xslthl.highlighters
Class OnelineCommentHighlighter

java.lang.Object
  extended by net.sf.xslthl.Highlighter
      extended by net.sf.xslthl.highlighters.OnelineCommentHighlighter

public class OnelineCommentHighlighter
extends Highlighter

Single line comments. Accepted parameters:

start
How the single line comment starts Required.
lineBreakEscape
string that can be used to break the line and continue on the next line
solitary
a switch, if set the comment must not be preceded by non whitespace on the line


Nested Class Summary
 
Nested classes/interfaces inherited from class net.sf.xslthl.Highlighter
Highlighter.IgnoreCaseComparator
 
Field Summary
protected  String lineBreakEscape
          String used to escape a newline
protected  boolean solitary
           
protected  String start
          The start of the comment highlighter
 
Fields inherited from class net.sf.xslthl.Highlighter
styleName, XMLname
 
Constructor Summary
OnelineCommentHighlighter()
           
 
Method Summary
 String getDefaultStyle()
          The default style name
 boolean highlight(CharIter in, List<Block> out)
          Perform highlighting on the current token stream.
 void init(Params params)
          Initializer
 boolean startsWith(CharIter in)
          return true if the current character is a possible match for this highlighter
 
Methods inherited from class net.sf.xslthl.Highlighter
isNewLine, reset
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

start

protected String start
The start of the comment highlighter


lineBreakEscape

protected String lineBreakEscape
String used to escape a newline


solitary

protected boolean solitary
Constructor Detail

OnelineCommentHighlighter

public OnelineCommentHighlighter()
Method Detail

init

public void init(Params params)
          throws HighlighterConfigurationException
Description copied from class: Highlighter
Initializer

Overrides:
init in class Highlighter
Throws:
HighlighterConfigurationException

startsWith

public boolean startsWith(CharIter in)
Description copied from class: Highlighter
return true if the current character is a possible match for this highlighter

Overrides:
startsWith in class Highlighter
Returns:

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.

Specified by:
highlight in class Highlighter
Returns:

getDefaultStyle

public String getDefaultStyle()
Description copied from class: Highlighter
The default style name

Specified by:
getDefaultStyle in class Highlighter
Returns:


Copyright © 2005-2014. All Rights Reserved.