Modifier and Type | Field and Description |
---|---|
protected java.util.Map<java.lang.String,MainHighlighter> |
Config.highlighters
Registered highlighters
|
Modifier and Type | Method and Description |
---|---|
MainHighlighter |
Config.getMainHighlighter(java.lang.String id)
Get the highlighter for a given language id
|
protected MainHighlighter |
Config.loadHl(java.lang.String filename)
Load a highlighter
|
Modifier and Type | Method and Description |
---|---|
protected void |
Config.createHighlighters(MainHighlighter main,
org.w3c.dom.NodeList list)
Creates the defined highlighters
|
protected static org.w3c.dom.NodeList |
ConnectorXalan.highlight(org.apache.xalan.extensions.ExpressionContext c,
java.lang.String source,
MainHighlighter hl,
Config config) |