|
|||||||||
| Home >> All >> org >> gendiapo >> [ publisher overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.gendiapo.publisher
Class FlowPublisher

java.lang.Objectorg.gendiapo.publisher.FlowPublisher
- public class FlowPublisher
- extends java.lang.Object
| Field Summary | |
(package private) java.io.InputStream |
_document
|
(package private) Publisher |
_publisher
|
| Constructor Summary | |
FlowPublisher(Publisher publisher,
java.io.InputStream document)
|
|
| Method Summary | |
boolean |
applyXslt(java.lang.String xslFile)
apply to current document xsl transformation describes by file xslFile. |
boolean |
applyXslt(java.lang.String xslFile,
java.io.File output)
|
org.w3c.dom.Document |
applyXsltToDocument(java.lang.String xslFile)
apply to current document |
void |
parseXslfo(java.io.File output)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
_publisher
Publisher _publisher
_document
java.io.InputStream _document
| Constructor Detail |
FlowPublisher
public FlowPublisher(Publisher publisher, java.io.InputStream document)
| Method Detail |
applyXslt
public boolean applyXslt(java.lang.String xslFile)
- apply to current document xsl transformation describes by file xslFile.
current document is replace by the result document.
applyXsltToDocument
public org.w3c.dom.Document applyXsltToDocument(java.lang.String xslFile)
- apply to current document
applyXslt
public boolean applyXslt(java.lang.String xslFile, java.io.File output)
parseXslfo
public void parseXslfo(java.io.File output)
|
|||||||||
| Home >> All >> org >> gendiapo >> [ publisher overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.gendiapo.publisher.FlowPublisher