nat.saxFuncts
Class SaxHyphenatesCall

java.lang.Object
  extended by net2.sf.saxon.functions.ExtensionFunctionCall
      extended by nat.saxFuncts.SaxHyphenatesCall
All Implemented Interfaces:
java.io.Serializable

public class SaxHyphenatesCall
extends net2.sf.saxon.functions.ExtensionFunctionCall

Author:
bruno
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
           
 
Constructor Summary
SaxHyphenatesCall()
           
 
Method Summary
 net2.sf.saxon.om.SequenceIterator call(net2.sf.saxon.om.SequenceIterator[] arg0, net2.sf.saxon.expr.XPathContext arg1)
           
 
Methods inherited from class net2.sf.saxon.functions.ExtensionFunctionCall
copyLocalData, effectiveBooleanValue, getDefinition, rewrite, setDefinition, supplyStaticContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

SaxHyphenatesCall

public SaxHyphenatesCall()
Method Detail

call

public net2.sf.saxon.om.SequenceIterator call(net2.sf.saxon.om.SequenceIterator[] arg0,
                                              net2.sf.saxon.expr.XPathContext arg1)
                                       throws net2.sf.saxon.trans.XPathException
Specified by:
call in class net2.sf.saxon.functions.ExtensionFunctionCall
Throws:
net2.sf.saxon.trans.XPathException
See Also:
ExtensionFunctionCall.call(net2.sf.saxon.om.SequenceIterator[], net2.sf.saxon.expr.XPathContext)