First page Back Continue Last page Overview Graphics
How does XOM differ from JDOM?
- Absolutely correct; no malformedness
- Fewer "convenience" methods and classes
- Common Node interface
- JDOM Elements contain a list; a XOM Element is a list; thus
- Typed navigation via loops instead of the Java Collections API, Lists, and Iterators
- No support for skipped entities