diff NGSrich_0.5.5/src/org/jdom/output/package.html @ 0:89ad0a9cca52 default tip

Uploaded
author pfrommolt
date Mon, 21 Nov 2011 08:12:19 -0500
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/NGSrich_0.5.5/src/org/jdom/output/package.html	Mon Nov 21 08:12:19 2011 -0500
@@ -0,0 +1,15 @@
+<body>
+
+Classes to output JDOM documents to various destinations.  The most common
+outputter class is XMLOutputter which outputs a document (or part of a
+document) as a stream of bytes.  Format and EscapeStrategy support the
+XMLOutputter in letting you choose how the output should be formatted and how
+special characters should be escaped.
+
+SAXOutputter lets you output as a stream of SAX events (handy especially in
+transformations).  JDOMLocator supports SAXOutputter and helps you observe the
+SAX output process.
+
+DOMOutputter lets you output a JDOM document as a DOM tree.
+
+</body>