|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of InvalidFormatException in com.powerml |
| Methods in com.powerml that throw InvalidFormatException | |
void |
PresentationParser.toCompressedXml(java.io.OutputStream outputStream)
This method transforms the parsed presentation data to ZLIB compressed XML and writes it to a stream. |
org.dom4j.Document |
PresentationParser.toDom4JDocument()
Transforms the parsed presentation data to a dom4j document (see the dom4j site for further details). |
void |
PresentationParser.toFormattedXml(java.io.OutputStream outputStream)
Transforms the parsed presentation data to formatted XML. |
org.w3c.dom.Document |
PresentationParser.toW3CDocument()
Transforms the parsed presentation data to a W3C XML document. |
void |
PresentationParser.toXml(java.io.OutputStream outputStream)
Transforms the parsed presentation data to (unformatted) XML which is written to an output stream. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||