Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.gendiapo.publisher
Class FlowPublisher  view FlowPublisher download FlowPublisher.java

java.lang.Object
  extended byorg.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)