Mercurial > repos > pfrommolt > ngsrich
annotate 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 |
rev | line source |
---|---|
0 | 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> |