| net.sf.saxon.functions.SystemFunction net.sf.saxon.functions.Trace
Trace | public class Trace extends SystemFunction (Code) | | This class supports the XPath 2.0 function trace().
The value is traced to the System.err stream, unless a TraceListener is in use,
in which case the information is sent to the TraceListener
|
computeCardinality | public int computeCardinality()(Code) | | Get the static cardinality
|
computeSpecialProperties | public int computeSpecialProperties()(Code) | | Get the static properties of this expression (other than its type). The result is
bit-significant. These properties are used for optimizations. In general, if
property bit is set, it is true, but if it is unset, the value is unknown.
|
Fields inherited from net.sf.saxon.functions.SystemFunction | protected int operation(Code)(Java Doc)
|
|
|