Class PipeDocument

java.lang.Object
org.apache.xalan.lib.PipeDocument

public class PipeDocument extends Object
PipeDocument is a Xalan extension element to set stylesheet params and pipes an XML document through a series of 1 or more stylesheets. PipeDocument is invoked from a stylesheet as the pipeDocument extension element. It is accessed by specifying a namespace URI as follows:
    xmlns:pipe="http://xml.apache.org/xalan/PipeDocument"
 
Author:
Donald Leslie