net.sf.xslthl
Class ConnectorSaxon6

java.lang.Object
  extended by net.sf.xslthl.ConnectorSaxon6

public class ConnectorSaxon6
extends java.lang.Object

Connector for Saxon 6. For newer saxon versions the ConnectorSaxonB should be used.


Constructor Summary
ConnectorSaxon6()
           
 
Method Summary
static com.icl.saxon.om.NodeEnumeration highlight(com.icl.saxon.Context context, java.lang.String hlCode, com.icl.saxon.om.NodeEnumeration nodes)
          Highlight the nodes using the standard configuration file
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)
          highlight the nodes using a specific interface
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectorSaxon6

public ConnectorSaxon6()
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.Exception
Highlight 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.Exception
highlight the nodes using a specific interface

Parameters:
context -
hlCode -
nodes -
configFilename -
Returns:
Throws:
java.lang.Exception