|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectaspose.pdf.XslTransform
public class XslTransform
Used to transform XSL
| Constructor Summary | |
|---|---|
XslTransform()
|
|
| Method Summary | |
|---|---|
void |
load(MemStream xslMS)
Load the XSL content from the MemStream object . |
void |
load(java.lang.String xslFile)
Load a XSL file |
void |
load(XmlTextReader xr)
Load the XSL content from 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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XslTransform()
| Method Detail |
|---|
public void load(java.lang.String xslFile)
xslFile - the name of the XSL file .
public void transform(XMLDocument xmlDoc,
java.lang.Object object,
MemStream tempStream)
xmlDoc - the xml documentobject - the result objecttempStream - a memery stream used for bufferingpublic void load(MemStream xslMS)
xslMS - the MemStream object .public void load(XmlTextReader xr)
xr - the XmlTextRead object .
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||