net.sf.xslthl
Class ConnectorSaxonB

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

public class ConnectorSaxonB
extends java.lang.Object

A new saxon connector to be used with saxon 8.5 and later.


Constructor Summary
ConnectorSaxonB()
           
 
Method Summary
static net.sf.saxon.om.SequenceIterator highlight(net.sf.saxon.expr.XPathContext context, java.lang.String hlCode, net.sf.saxon.om.SequenceIterator nodes)
          Highlight the nodes using the standard configuration file
static net.sf.saxon.om.SequenceIterator highlight(net.sf.saxon.expr.XPathContext context, java.lang.String hlCode, net.sf.saxon.om.SequenceIterator seq, 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

ConnectorSaxonB

public ConnectorSaxonB()
Method Detail

highlight

public static net.sf.saxon.om.SequenceIterator highlight(net.sf.saxon.expr.XPathContext context,
                                                         java.lang.String hlCode,
                                                         net.sf.saxon.om.SequenceIterator 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 net.sf.saxon.om.SequenceIterator highlight(net.sf.saxon.expr.XPathContext context,
                                                         java.lang.String hlCode,
                                                         net.sf.saxon.om.SequenceIterator seq,
                                                         java.lang.String configFilename)
                                                  throws java.lang.Exception
highlight the nodes using a specific interface

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