org.apache.xalan.xsltc.dom
public final class LoadDocument extends Object
Method Summary | |
---|---|
static DTMAxisIterator | documentF(Object arg1, DTMAxisIterator arg2, String xslURI, AbstractTranslet translet, DOM dom)
Interprets the arguments passed from the document() function (see
org/apache/xalan/xsltc/compiler/DocumentCall.java) and returns an
iterator containing the requested nodes. |
static DTMAxisIterator | documentF(Object arg, String xslURI, AbstractTranslet translet, DOM dom)
Interprets the arguments passed from the document() function (see
org/apache/xalan/xsltc/compiler/DocumentCall.java) and returns an
iterator containing the requested nodes. |