public final class LoadDocument extends Object
Constructor and Description |
---|
LoadDocument() |
Modifier and Type | Method and Description |
---|---|
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.
|
public static DTMAxisIterator documentF(Object arg1, DTMAxisIterator arg2, String xslURI, AbstractTranslet translet, DOM dom) throws TransletException
TransletException
public static DTMAxisIterator documentF(Object arg, String xslURI, AbstractTranslet translet, DOM dom) throws TransletException
TransletException
Copyright © 2016 JBoss by Red Hat. All rights reserved.