Package net.sf.xslthl
Class ConnectorSaxonB
java.lang.Object
net.sf.xslthl.ConnectorSaxonB
A new saxon connector to be used with saxon 8.5 and later.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic net.sf.saxon.om.SequenceIteratorhighlight(net.sf.saxon.expr.XPathContext context, String hlCode, net.sf.saxon.om.SequenceIterator nodes) Highlight the nodes using the standard configuration filestatic net.sf.saxon.om.SequenceIteratorhighlight(net.sf.saxon.expr.XPathContext context, String hlCode, net.sf.saxon.om.SequenceIterator seq, String configFilename) highlight the nodes using a specific interface
-
Constructor Details
-
ConnectorSaxonB
public ConnectorSaxonB()
-
-
Method Details
-
highlight
public static net.sf.saxon.om.SequenceIterator highlight(net.sf.saxon.expr.XPathContext context, String hlCode, net.sf.saxon.om.SequenceIterator nodes) throws Exception Highlight the nodes using the standard configuration file- Parameters:
context-hlCode-nodes-- Returns:
- Throws:
Exception
-
highlight
public static net.sf.saxon.om.SequenceIterator highlight(net.sf.saxon.expr.XPathContext context, String hlCode, net.sf.saxon.om.SequenceIterator seq, String configFilename) throws Exception highlight the nodes using a specific interface- Parameters:
context-hlCode-seq-configFilename-- Returns:
- Throws:
Exception
-