blob: 600d5e3a9d9d380e4038cfad05841d3e12c4be59 [file] [log] [blame]
<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>