Uses of Class
net.sf.xslthl.MainHighlighter

Packages that use MainHighlighter
net.sf.xslthl   
 

Uses of MainHighlighter in net.sf.xslthl
 

Fields in net.sf.xslthl with type parameters of type MainHighlighter
protected  Map<String,MainHighlighter> Config.highlighters
          Registered highlighters
 

Methods in net.sf.xslthl that return MainHighlighter
 MainHighlighter Config.getMainHighlighter(String id)
          Get the highlighter for a given language id, URI or filename.
protected  MainHighlighter Config.loadHl(String id, String filename)
          Load a language highlighter configuration
 

Methods in net.sf.xslthl with parameters of type MainHighlighter
protected  void Config.createHighlighters(MainHighlighter main, Iterator<Element> elements)
          Creates the defined highlighters
protected static NodeList ConnectorXalan.highlight(org.apache.xalan.extensions.ExpressionContext c, String source, MainHighlighter hl, Config config)
           
protected  Class<? extends Highlighter> Config.loadPlugin(MainHighlighter main, String type, String classpath)
          Load a plugin highlighter
 



Copyright © 2005-2014. All Rights Reserved.