lux.functions
Class SearchBase.SearchCall

java.lang.Object
  extended by net.sf.saxon.lib.ExtensionFunctionCall
      extended by lux.functions.NamespaceAwareFunctionCall
          extended by lux.functions.SearchBase.SearchCall
All Implemented Interfaces:
Serializable
Enclosing class:
SearchBase

public class SearchBase.SearchCall
extends NamespaceAwareFunctionCall

See Also:
Serialized Form

Constructor Summary
SearchBase.SearchCall()
           
 
Method Summary
 net.sf.saxon.om.SequenceIterator<? extends net.sf.saxon.om.Item> call(net.sf.saxon.om.SequenceIterator[] arguments, net.sf.saxon.expr.XPathContext context)
           
 
Methods inherited from class lux.functions.NamespaceAwareFunctionCall
copyLocalData, getNamespaceResolver, parseQuery, supplyStaticContext
 
Methods inherited from class net.sf.saxon.lib.ExtensionFunctionCall
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

SearchBase.SearchCall

public SearchBase.SearchCall()
Method Detail

call

public net.sf.saxon.om.SequenceIterator<? extends net.sf.saxon.om.Item> call(net.sf.saxon.om.SequenceIterator[] arguments,
                                                                             net.sf.saxon.expr.XPathContext context)
                                                                      throws net.sf.saxon.trans.XPathException
Specified by:
call in class net.sf.saxon.lib.ExtensionFunctionCall
Throws:
net.sf.saxon.trans.XPathException


Copyright © 2013. All Rights Reserved.