lux.functions
Class InterpreterCall

java.lang.Object
  extended by net.sf.saxon.lib.ExtensionFunctionCall
      extended by lux.functions.NamespaceAwareFunctionCall
          extended by lux.functions.InterpreterCall
All Implemented Interfaces:
Serializable

public abstract class InterpreterCall
extends NamespaceAwareFunctionCall

See Also:
Serialized Form

Constructor Summary
InterpreterCall()
           
 
Method Summary
protected  void bindParameters(net.sf.saxon.om.SequenceIterator<? extends net.sf.saxon.om.Item> params)
           
protected abstract  void setParameter(net.sf.saxon.om.StructuredQName name, net.sf.saxon.om.Item<?> value)
           
 
Methods inherited from class lux.functions.NamespaceAwareFunctionCall
copyLocalData, getNamespaceResolver, parseQuery, supplyStaticContext
 
Methods inherited from class net.sf.saxon.lib.ExtensionFunctionCall
call, effectiveBooleanValue, getContainer, getDefinition, getExecutable, rewrite, setDefinition
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterpreterCall

public InterpreterCall()
Method Detail

bindParameters

protected void bindParameters(net.sf.saxon.om.SequenceIterator<? extends net.sf.saxon.om.Item> params)
                       throws net.sf.saxon.trans.XPathException
Throws:
net.sf.saxon.trans.XPathException

setParameter

protected abstract void setParameter(net.sf.saxon.om.StructuredQName name,
                                     net.sf.saxon.om.Item<?> value)


Copyright © 2013. All Rights Reserved.