Mercurial > repos > pfrommolt > ngsrich
comparison NGSrich_0.5.5/bin/org/jdom/output/package.html @ 0:89ad0a9cca52 default tip
Uploaded
author | pfrommolt |
---|---|
date | Mon, 21 Nov 2011 08:12:19 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:89ad0a9cca52 |
---|---|
1 <body> | |
2 | |
3 Classes to output JDOM documents to various destinations. The most common | |
4 outputter class is XMLOutputter which outputs a document (or part of a | |
5 document) as a stream of bytes. Format and EscapeStrategy support the | |
6 XMLOutputter in letting you choose how the output should be formatted and how | |
7 special characters should be escaped. | |
8 | |
9 SAXOutputter lets you output as a stream of SAX events (handy especially in | |
10 transformations). JDOMLocator supports SAXOutputter and helps you observe the | |
11 SAX output process. | |
12 | |
13 DOMOutputter lets you output a JDOM document as a DOM tree. | |
14 | |
15 </body> |