Package com.arsdigita.xml

A set of wrapper classes around the DOM API that emulate the critical-path elements of the JDOM API.

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
 

Package com.arsdigita.xml Description

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.


Last modified: $Date: 2002/10/21 $



Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:2337 UTC