net.sf.saxon.functions
public class Collection extends SystemFunction
The structure of this index is:
<collection>
<doc href="doc1.xml">
<doc href="doc2.xml">
<doc href="doc3.xml">
</collection>
The document URIs are resolved relative to the base URI of the doc element in the catalogue document.
| Method Summary | |
|---|---|
| void | checkArguments(StaticContext env) |
| SequenceIterator | iterate(XPathContext context) |
| Expression | preEvaluate(StaticContext env)
preEvaluate: this method suppresses compile-time evaluation by doing nothing |