org.opensync.engine.xslt.extensions
Class XSLTExtensionFunction

java.lang.Object
  extended byorg.opensync.engine.xslt.extensions.XSLTExtensionFunction
Direct Known Subclasses:
Ext

public class XSLTExtensionFunction
extends java.lang.Object


Constructor Summary
XSLTExtensionFunction()
           
 
Method Summary
protected static void freeConnection(java.lang.String source, java.sql.Connection conn)
           
protected static java.sql.Connection getConnection(java.lang.String source)
           
protected static org.w3c.dom.NodeList getNodeList(net.sf.saxon.expr.XPathContext context, net.sf.saxon.om.SequenceIterator nsv)
          Function to get a Xalan NodeList from a Saxon Sequence
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSLTExtensionFunction

public XSLTExtensionFunction()
Method Detail

getNodeList

protected static org.w3c.dom.NodeList getNodeList(net.sf.saxon.expr.XPathContext context,
                                                  net.sf.saxon.om.SequenceIterator nsv)
                                           throws net.sf.saxon.xpath.XPathException
Function to get a Xalan NodeList from a Saxon Sequence

Parameters:
context -
nsv -
Returns:
NodeList
Throws:
net.sf.saxon.xpath.XPathException

getConnection

protected static java.sql.Connection getConnection(java.lang.String source)
                                            throws java.sql.SQLException
Parameters:
source -
Throws:
java.sql.SQLException

freeConnection

protected static void freeConnection(java.lang.String source,
                                     java.sql.Connection conn)
                              throws java.sql.SQLException
Parameters:
source -
conn -
Throws:
java.sql.SQLException


Copyright © 2004 sourceforge. All Rights Reserved.