Uses of Class
net.sf.xslthl.Highlighter

Packages that use Highlighter
net.sf.xslthl   
net.sf.xslthl.highlighters   
 

Uses of Highlighter in net.sf.xslthl
 

Subclasses of Highlighter in net.sf.xslthl
 class WholeHighlighter
           
 

Fields in net.sf.xslthl with type parameters of type Highlighter
static Map<String,Class<? extends Highlighter>> Config.highlighterClasses
          Registered highlighter classes
protected  List<Highlighter> MainHighlighter.highlighters
          Normal highlighter
 

Methods in net.sf.xslthl that return types with arguments of type Highlighter
protected  Class<? extends Highlighter> Config.loadPlugin(MainHighlighter main, String type, String classpath)
          Load a plugin highlighter
 

Methods in net.sf.xslthl with parameters of type Highlighter
 void MainHighlighter.add(Highlighter h)
           
 

Uses of Highlighter in net.sf.xslthl.highlighters
 

Subclasses of Highlighter in net.sf.xslthl.highlighters
 class AnnotationHighlighter
          Recognizes annotations.
 class HeredocHighlighter
          Accepts heredoc constructions.
 class HexaDecimalHighlighter
          Number highlighter for hexadecimal numbers
 class HTMLHighlighter
          XML/SGML highlighter.
 class KeywordsHighlighter
          Scans for registered keywords Accepted parameters: keywords Keywords this highlighter recognizes.
 class MultilineCommentHighlighter
          Performs highlighting for multi-line comments Accepted parameters: start How the multiline comment starts.
 class NestedMultilineCommentHighlighter
          Just like the multiline comment highlighter, but accepts nesting of comments.
 class NumberHighlighter
          Recognizes numbers.
 class OnelineCommentHighlighter
          Single line comments.
 class RegexHighlighterEx
          Regular expression highlighter.
 class StringHighlighter
          Recognizes strings.
 class WordHighlighter
          Highlights the list of elements as they are encounterd.
 class XMLHighlighter
          XML/SGML highlighter.
 



Copyright © 2005-2014. All Rights Reserved.