org.apache.xalan.xsltc.dom
Class LoadDocument

java.lang.Object
  |
  +--org.apache.xalan.xsltc.dom.LoadDocument

public final class LoadDocument
extends java.lang.Object


Constructor Summary
LoadDocument()
           
 
Method Summary
static NodeIterator document(java.lang.Object arg, NodeIterator nodeset, AbstractTranslet translet, MultiDOM multiplexer)
          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 NodeIterator document(java.lang.String uri, java.lang.String base, AbstractTranslet translet, MultiDOM multiplexer)
          Returns an iterator containing a set of nodes from an XML document loaded by the document() function.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoadDocument

public LoadDocument()
Method Detail

document

public static NodeIterator document(java.lang.String uri,
                                    java.lang.String base,
                                    AbstractTranslet translet,
                                    MultiDOM multiplexer)
                             throws java.lang.Exception
Returns an iterator containing a set of nodes from an XML document loaded by the document() function. Loads the

document

public static NodeIterator document(java.lang.Object arg,
                                    NodeIterator nodeset,
                                    AbstractTranslet translet,
                                    MultiDOM multiplexer)
                             throws TransletException
Interprets the arguments passed from the document() function (see org/apache/xalan/xsltc/compiler/DocumentCall.java) and returns an iterator containing the requested nodes. Builds a union-iterator if several documents are requested.


Copyright © 2000 Apache XML Project. All Rights Reserved.