public class ConnectorXalan
extends java.lang.Object
xmlns:xhl="xalan://net.sf.xslthl.XalanConnector" then you can
use the function:
xhl:highlight($language, exsl:node-set($content)) or xhl:highlight($language, exsl:node-set($content), 'myConfigFile')| Constructor and Description |
|---|
ConnectorXalan() |
| Modifier and Type | Method and Description |
|---|---|
static org.w3c.dom.NodeList |
highlight(org.apache.xalan.extensions.ExpressionContext context,
java.lang.String hlCode,
org.w3c.dom.NodeList nodes)
highlight the given nodes using the standard configuration
|
static org.w3c.dom.NodeList |
highlight(org.apache.xalan.extensions.ExpressionContext context,
java.lang.String hlCode,
org.w3c.dom.NodeList nodes,
java.lang.String configFilename)
highlight the given nodes
|
public static final org.w3c.dom.NodeList highlight(org.apache.xalan.extensions.ExpressionContext context,
java.lang.String hlCode,
org.w3c.dom.NodeList nodes)
context - hlCode - nodes - public static final org.w3c.dom.NodeList highlight(org.apache.xalan.extensions.ExpressionContext context,
java.lang.String hlCode,
org.w3c.dom.NodeList nodes,
java.lang.String configFilename)
context - hlCode - nodes - configFilename -