Desktop tool for browsing account info from EVE-Online
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

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>