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 501B

12345678910111213
  1. <body>
  2. Classes to represent the components of an XML document. The Verifier is a
  3. special class useful in ensuring well-formedness of documents. The Parent
  4. interface is implemented by Document and Element exposing their commonality.
  5. The Content abstract class is extended by all the node types of a document
  6. except Document itself.
  7. The JDOMFactory interface and DefaultJDOMFactory standard implementation
  8. provide advanced users with the ability to create subtypes of the org.jdom
  9. classes.
  10. </body>