Desktop tool for browsing account info from EVE-Online
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.html 587B

123456789101112131415
  1. <body>
  2. Classes to output JDOM documents to various destinations. The most common
  3. outputter class is XMLOutputter which outputs a document (or part of a
  4. document) as a stream of bytes. Format and EscapeStrategy support the
  5. XMLOutputter in letting you choose how the output should be formatted and how
  6. special characters should be escaped.
  7. SAXOutputter lets you output as a stream of SAX events (handy especially in
  8. transformations). JDOMLocator supports SAXOutputter and helps you observe the
  9. SAX output process.
  10. DOMOutputter lets you output a JDOM document as a DOM tree.
  11. </body>