Package net.sf.xslthl
Class ConnectorSaxon6
- java.lang.Object
-
- net.sf.xslthl.ConnectorSaxon6
-
public class ConnectorSaxon6 extends java.lang.ObjectConnector for Saxon 6. For newer saxon versions the ConnectorSaxonB should be used.
-
-
Constructor Summary
Constructors Constructor Description ConnectorSaxon6()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.icl.saxon.om.NodeEnumerationhighlight(com.icl.saxon.Context context, java.lang.String hlCode, com.icl.saxon.om.NodeEnumeration nodes)Highlight the nodes using the standard configuration filestatic com.icl.saxon.om.NodeEnumerationhighlight(com.icl.saxon.Context context, java.lang.String hlCode, com.icl.saxon.om.NodeEnumeration nodes, java.lang.String configFilename)highlight the nodes using a specific interface
-
-
-
Method Detail
-
highlight
public static com.icl.saxon.om.NodeEnumeration highlight(com.icl.saxon.Context context, java.lang.String hlCode, com.icl.saxon.om.NodeEnumeration nodes) throws java.lang.ExceptionHighlight the nodes using the standard configuration file- Parameters:
context-hlCode-nodes-- Returns:
- Throws:
java.lang.Exception
-
highlight
public static com.icl.saxon.om.NodeEnumeration highlight(com.icl.saxon.Context context, java.lang.String hlCode, com.icl.saxon.om.NodeEnumeration nodes, java.lang.String configFilename) throws java.lang.Exceptionhighlight the nodes using a specific interface- Parameters:
context-hlCode-nodes-configFilename-- Returns:
- Throws:
java.lang.Exception
-
-