net.sf.saxon.functions
public class Trace extends SystemFunction
| Nested Class Summary | |
|---|---|
| class | Trace.TracingIterator
Tracing Iterator class |
| Field Summary | |
|---|---|
| NamespaceResolver | resolver |
| Method Summary | |
|---|---|
| int | computeCardinality()
Get the static cardinality |
| int | computeSpecialProperties()
Get the static properties of this expression (other than its type). |
| Item | evaluateItem(XPathContext context)
Evaluate the function |
| SequenceIterator | iterate(XPathContext context)
Iterate over the results of the function |
| Expression | preEvaluate(StaticContext env)
preEvaluate: this method suppresses compile-time evaluation by doing nothing |
| Expression | simplify(StaticContext env)
Simplify the function call. |