JDOM
0.0.5-BETA

Package org.jdom2.util

Classes that implement reusable functionality that are not part of the official JDOM API, but are used by many of the JDOM classes.

See:
          Description

Interface Summary
IteratorIterable<T> An interface that represents both a java.util.Iterator and a java.lang.Iterable.
 

Class Summary
ArrayCopy The copyOf methods on java.util.Arrays are introduced in Java6.
NamespaceStack A high-performance stack for processing those Namespaces that are introduced or are in-scope at a point in an Element hierarchy.
ReflectionConstructor Utility class that handles constructing a class using reflection, and a no-argument 'default' constructor.
StringBin This is a mechanism for storing and reusing unique instances of Strings.
TextHelper This class contains static helper methods for accessing Text content of JDOM Elements.
XMLBase Class used to calculate the XMLBase URI for an Element as per the XMLBase specification here: http://www.w3.org/TR/xmlbase/
 

Package org.jdom2.util Description

Classes that implement reusable functionality that are not part of the official JDOM API, but are used by many of the JDOM classes.


JDOM
0.0.5-BETA

Copyright � 2012 Jason Hunter, Brett McLaughlin. All Rights Reserved.