| java.lang.Object net.sf.saxon.query.XQueryFunction
columnNumber | int columnNumber(Code) | | |
lineNumber | int lineNumber(Code) | | |
XQueryFunction | public XQueryFunction()(Code) | | |
explain | public void explain(NamePool pool)(Code) | | Produce diagnostic output showing the compiled and optimized expression tree for a function
Parameters: pool - the namepool to be used |
getConstructType | public int getConstructType()(Code) | | Get the type of construct. This will be a constant in
class
Location .
|
getFunctionFingerprint | public int getFunctionFingerprint()(Code) | | |
getLineNumber | public int getLineNumber()(Code) | | Get the line number of the instruction in the source stylesheet module.
If this is not known, or if the instruction is an artificial one that does
not relate to anything in the source code, the value returned may be -1.
|
getLineNumber | public int getLineNumber(int locationId)(Code) | | |
getLocationProvider | public LocationProvider getLocationProvider()(Code) | | Get the LocationProvider allowing location identifiers to be resolved.
|
getNameCode | public int getNameCode()(Code) | | |
getNamespaceResolver | public NamespaceResolver getNamespaceResolver()(Code) | | Get the namespace context of the instruction. This will not always be available, in which
case the method returns null.
|
getNumberOfArguments | public int getNumberOfArguments()(Code) | | |
getObjectNameCode | public int getObjectNameCode()(Code) | | Get a name identifying the object of the expression, for example a function name, template name,
variable name, key name, element name, etc. This is used only where the name is known statically.
|
getProperties | public Iterator getProperties()(Code) | | Get an iterator over all the properties available. The values returned by the iterator
will be of type String, and each string can be supplied as input to the getProperty()
method to retrieve the value of the property.
|
getProperty | public Object getProperty(String name)(Code) | | Get the value of a particular property of the instruction. Properties
of XSLT instructions are generally known by the name of the stylesheet attribute
that defines them.
Parameters: name - The name of the required property The value of the requested property, or null if the property is not available |
getPublicId | public String getPublicId()(Code) | | Return the public identifier for the current document event.
A string containing the public identifier, ornull if none is available. See Also: XQueryFunction.getSystemId |
getSystemId | public String getSystemId()(Code) | | Get the system identifier (URI) of the source module containing
the instruction. This will generally be an absolute URI. If the system
identifier is not known, the method may return null. In some cases, for example
where XML external entities are used, the correct system identifier is not
always retained.
|
getUserFunction | public UserFunction getUserFunction()(Code) | | Get the callable compiled function contained within this XQueryFunction definition.
|
setNameCode | public void setNameCode(int nameCode)(Code) | | |
|
|