|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
Formatter | An interface providing an API for converting an object to a string. |
XML.Action | This visitor is called by XML.traverse(Element, int, XML.Action) . |
Class Summary | |
Document | A wrapper class that implements some functionality of
org.jdom.Document using org.w3c.dom.Document . |
Element | A wrapper class that implements some functionality of
org.jdom.Element using org.w3c.dom.Element . |
XML | Provides a set of helper methods for dealing with XML, including file parsing & object -> string serialization |
A set of wrapper classes around the DOM API that emulate the critical-path elements of the JDOM API. Only the functions necessary for integration with Bebop are included, so support for certain features (such as real support for Namespaces) isn't present and won't be until Core moves to real JDOM (if it does).
The functionality of the classes in this package closely mirror that of
actual JDOM classes. This should ease the transition to real JDOM -
ideally, we should be able to replace com.arsdigita.xml
with
org.jdom
and be up and running with JDOM in minutes.
|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |