Package org.apache.tapestry5.javadoc
Class XDocStreamer
- java.lang.Object
 - 
- org.apache.tapestry5.javadoc.XDocStreamer
 
 
- 
public class XDocStreamer extends Object
Reads an XDOC file using SAX and streams its content (with some modifications) to an output stream. 
- 
- 
Constructor Summary
Constructors Constructor Description XDocStreamer(File xdoc, Writer writer) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidwriteContent()Parse the file and write its transformed content to the Writer. 
 - 
 
- 
- 
Constructor Detail
- 
XDocStreamer
public XDocStreamer(File xdoc, Writer writer)
 
 - 
 
- 
Method Detail
- 
writeContent
public void writeContent() throws SAXException
Parse the file and write its transformed content to the Writer.- Throws:
 SAXException- if unable to parse the xdoc file
 
 - 
 
 -