source: osm/applications/editors/josm/plugins/opendata/includes/org/jdom/input/package.html@ 28000

Last change on this file since 28000 was 28000, checked in by donvip, 12 years ago

Import new "opendata" JOSM plugin

File size: 409 bytes
Line 
1<body>
2
3Classes to build JDOM documents from various sources. The most common builder
4class is SAXBuilder which constructs a JDOM document using a SAX parser and
5can pull content from files, streams, sockets, readers, and so on. It can use
6any underlying SAX parser to handle the parsing chores. SAXHandler provides
7support for SAXBuilder. DOMBuilder lets you build from a pre-existing DOM
8tree.
9
10</body>
Note: See TracBrowser for help on using the repository browser.