aspose.pdf
Class XslTransform

java.lang.Object
  extended by aspose.pdf.XslTransform

public class XslTransform
extends java.lang.Object

Used to transform XSL


Constructor Summary
XslTransform()
           
 
Method Summary
 void load(java.lang.String xslFile)
          Load a XSL file
 void load(XmlTextReader xr)
          Load the XSL content in the XmlTextRead object .
 void transform(XMLDocument xmlDoc, java.lang.Object object, MemStream tempStream)
          Begin to transform the XSL file
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XslTransform

public XslTransform()
Method Detail

load

public void load(java.lang.String xslFile)
Load a XSL file

Parameters:
xslFile - the name of the XSL file .

transform

public void transform(XMLDocument xmlDoc,
                      java.lang.Object object,
                      MemStream tempStream)
Begin to transform the XSL file

Parameters:
xmlDoc - the xml document
object - the result object
tempStream - a memery stream used for buffering

load

public void load(XmlTextReader xr)
Load the XSL content in the XmlTextRead object .

Parameters:
xr - the XmlTextRead object .