Package net.sf.xslthl
Class ConnectorSaxon6
java.lang.Object
net.sf.xslthl.ConnectorSaxon6
Connector for Saxon 6. For newer saxon versions the ConnectorSaxonB should be
used.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic com.icl.saxon.om.NodeEnumerationHighlight the nodes using the standard configuration filestatic com.icl.saxon.om.NodeEnumerationhighlight(com.icl.saxon.Context context, String hlCode, com.icl.saxon.om.NodeEnumeration nodes, String configFilename) highlight the nodes using a specific interface
-
Constructor Details
-
ConnectorSaxon6
public ConnectorSaxon6()
-
-
Method Details
-
highlight
public static com.icl.saxon.om.NodeEnumeration highlight(com.icl.saxon.Context context, String hlCode, com.icl.saxon.om.NodeEnumeration nodes) throws Exception Highlight the nodes using the standard configuration file- Parameters:
context-hlCode-nodes-- Returns:
- Throws:
Exception
-
highlight
public static com.icl.saxon.om.NodeEnumeration highlight(com.icl.saxon.Context context, String hlCode, com.icl.saxon.om.NodeEnumeration nodes, String configFilename) throws Exception highlight the nodes using a specific interface- Parameters:
context-hlCode-nodes-configFilename-- Returns:
- Throws:
Exception
-