Uses of Class
net.sf.xslthl.Config

Uses of Config in net.sf.xslthl
 

Methods in net.sf.xslthl that return Config
static Config Config.getInstance()
          Get the default config
static Config Config.getInstance(java.lang.String filename)
          Get the config from a given file
 

Methods in net.sf.xslthl with parameters of type Config
protected static org.w3c.dom.NodeList ConnectorXalan.highlight(org.apache.xalan.extensions.ExpressionContext c, java.lang.String source, MainHighlighter hl, Config config)