Package jpl.mipl.io.util

Utilities used by the VICAR Image I/O package.
DOMutils is a set of methods to simplify working with XML parsers, Documents, serializers, XPath searches, and xslt processors.

See:
          Description

Class Summary
DOMtoHashtable This class converts a Document (DOM) object into an Hashtable tree
The Document is expected to come from an ImageIO plugin readers Metadata Object.
DOMutils A set of Utilities for working with DOM trees.
 

Package jpl.mipl.io.util Description

Utilities used by the VICAR Image I/O package.
DOMutils is a set of methods to simplify working with XML parsers, Documents, serializers, XPath searches, and xslt processors. The methods in DOMutils encapsulate creating Documents. This ensures that all Documents created using DOMutils will be compatable. The underlying implementation of Documents, parsers etc is hidden from the user.
DOMtoHashtable takes a Document created by an ImageIO IIOMetadata object and converts it to a Hashtable. Each nested Node becomes a new Hashtable. Created for Jedi. It is a convenient way to access the keywords and values contained in a images label.