Package org.apache.tapestry5.javadoc
Class XDocStreamer
java.lang.Object
org.apache.tapestry5.javadoc.XDocStreamer
Reads an XDOC file using SAX and streams its content (with some modifications) to
an output stream.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Parse the file and write its transformed content to the Writer.
-
Constructor Details
-
XDocStreamer
-
-
Method Details
-
writeContent
Parse the file and write its transformed content to the Writer.- Throws:
SAXException
- if unable to parse the xdoc file
-