Package com.nwalsh.xslt
Class XIncludeFunction.PropertiesCall
- java.lang.Object
-
- net.sf.saxon.lib.ExtensionFunctionCall
-
- com.nwalsh.xslt.XIncludeFunction.PropertiesCall
-
- All Implemented Interfaces:
net.sf.saxon.expr.Callable
- Enclosing class:
- XIncludeFunction
private class XIncludeFunction.PropertiesCall extends net.sf.saxon.lib.ExtensionFunctionCall
-
-
Field Summary
Fields Modifier and Type Field Description (package private) DebuggingLogger
logger
-
Constructor Summary
Constructors Modifier Constructor Description private
PropertiesCall()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description net.sf.saxon.om.Sequence
call(net.sf.saxon.expr.XPathContext xpathContext, net.sf.saxon.om.Sequence[] sequences)
-
-
-
Field Detail
-
logger
DebuggingLogger logger
-
-
Method Detail
-
call
public net.sf.saxon.om.Sequence call(net.sf.saxon.expr.XPathContext xpathContext, net.sf.saxon.om.Sequence[] sequences) throws net.sf.saxon.trans.XPathException
- Specified by:
call
in interfacenet.sf.saxon.expr.Callable
- Specified by:
call
in classnet.sf.saxon.lib.ExtensionFunctionCall
- Throws:
net.sf.saxon.trans.XPathException
-
-