Package net.sf.xslthl
Class ConnectorSaxonB
- java.lang.Object
-
- net.sf.xslthl.ConnectorSaxonB
-
public class ConnectorSaxonB extends java.lang.ObjectA new saxon connector to be used with saxon 8.5 and later.
-
-
Constructor Summary
Constructors Constructor Description ConnectorSaxonB()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static net.sf.saxon.om.SequenceIteratorhighlight(net.sf.saxon.expr.XPathContext context, java.lang.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, java.lang.String hlCode, net.sf.saxon.om.SequenceIterator seq, java.lang.String configFilename)highlight the nodes using a specific interface
-
-
-
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.ExceptionHighlight 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.Exceptionhighlight the nodes using a specific interface- Parameters:
context-hlCode-seq-configFilename-- Returns:
- Throws:
java.lang.Exception
-
-