net.sf.saxon.functions
public class Doc extends SystemFunction
| Field Summary | |
|---|---|
| static int | DOC |
| static int | DOC_AVAILABLE |
| Method Summary | |
|---|---|
| void | checkArguments(StaticContext env) |
| int | computeSpecialProperties()
Get the static properties of this expression (other than its type). |
| Item | evaluateItem(XPathContext context) |
| Expression | preEvaluate(StaticContext env)
preEvaluate: this method suppresses compile-time evaluation by doing nothing |
| void | sendDocument(XPathContext context, Receiver out)
Copy the document identified by this expression to a given Receiver. |