|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.writersforge.catalan.DTDGenerator
Command-line utility to generate an XML DTD from DataModel XML.
| Constructor Summary | |
DTDGenerator()
|
|
| Method Summary | |
static void |
main(java.lang.String[] args)
|
void |
renderDTD(java.io.Reader reader,
java.io.Writer writer)
Converts the FormXML content from the reader into PDF
format and sends it to the pdfStream. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DTDGenerator()
| Method Detail |
public void renderDTD(java.io.Reader reader,
java.io.Writer writer)
reader into PDF
format and sends it to the pdfStream. An OutputStream
must be used for the output because that's the only argument GNU jpdf
will accept (and since PDFs can contain binary content, that's probably
for the best).
reader - the incoming FormXML contentwriter - the outgoing PDF streampublic static void main(java.lang.String[] args)
args - the command line arguments
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||