view NGSrich_0.5.5/bin/org/jdom/input/package.html @ 0:89ad0a9cca52 default tip

Uploaded
author pfrommolt
date Mon, 21 Nov 2011 08:12:19 -0500
parents
children
line wrap: on
line source

<body>

Classes to build JDOM documents from various sources.  The most common builder
class is SAXBuilder which constructs a JDOM document using a SAX parser and
can pull content from files, streams, sockets, readers, and so on.  It can use
any underlying SAX parser to handle the parsing chores.  SAXHandler provides
support for SAXBuilder.  DOMBuilder lets you build from a pre-existing DOM
tree.

</body>