|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry5.javadoc.XDocStreamer
public class XDocStreamer
Reads an XDOC file using SAX and streams its content (with some modifications) to an output stream.
Constructor Summary | |
---|---|
XDocStreamer(java.io.File xdoc,
java.io.Writer writer)
|
Method Summary | |
---|---|
void |
writeContent()
Parse the file and write its transformed content to the Writer. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XDocStreamer(java.io.File xdoc, java.io.Writer writer)
Method Detail |
---|
public void writeContent() throws org.xml.sax.SAXException
org.xml.sax.SAXException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |