| net.sf.saxon.functions.SystemFunction net.sf.saxon.functions.Doc
Doc | public class Doc extends SystemFunction (Code) | | Implement the fn:doc() function - a simplified form of the Document function
|
DOC | final public static int DOC(Code) | | |
DOC_AVAILABLE | final public static int DOC_AVAILABLE(Code) | | |
computeSpecialProperties | public int computeSpecialProperties()(Code) | | Get the static properties of this expression (other than its type). The result is
bit-signficant. 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.
|
sendDocument | public void sendDocument(XPathContext context, Receiver out) throws XPathException(Code) | | Copy the document identified by this expression to a given Receiver. This method is used only when it is
known that the document is being copied, because there is then no problem about node identity.
|
Fields inherited from net.sf.saxon.functions.SystemFunction | protected int operation(Code)(Java Doc)
|
|
|