|
OpenOffice.org XMerge API |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.openoffice.xmerge.converter.xml.xslt.DocumentSerializerImpl
Xslt implementation of
org.openoffice.xmerge.DocumentSerializer
for the PluginFactoryImpl
.
The serialize
method transforms the DOM
document from the given Document
object by
means of a supplied Xsl Stylesheet.
Constructor Summary | |
DocumentSerializerImpl(PluginFactoryImpl pf,
Document doc)
Constructor. |
Method Summary | |
ConvertData |
serialize()
Method to convert a Document with an xsl stylesheet. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DocumentSerializerImpl(PluginFactoryImpl pf, Document doc)
pf
- A PluginFactoryImpl
doc
- A SXW Document
to be converted.Method Detail |
public ConvertData serialize() throws ConvertException, java.io.IOException
Document
with an xsl stylesheet.
It creates a Document
object, which is then transformed
with the Xslt processer. A ConvertData
object is
constructed and returned.serialize
in interface DocumentSerializer
ConvertException
- If any I/O error occurs.java.io.IOException
- If any I/O error occurs.
|
OpenOffice.org XMerge API |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |