Package com.taursys.dom

This package contains classes to support and utilize the Document Object Model.

See:
          Description

Interface Summary
DocumentAdapter DocumentAdapter for All DOM Document versions.
 

Class Summary
AbstractWriter This class is used to write a given Document to an OutputStream or Writer.
DocumentAdapterBuilder DocumentAdapterBuilder is used to create DocumentAdapters.
DocumentAdapterBuilderFactory DocumentAdapterBuilderFactory is used to create DocumentAdapterBuilders based on the factory configuration.
DOM_1_20000929_DocumentAdapter DocumentAdapter for DOM version 1 09/29/2000
DOM_2_20001113_DocumentAdapter DocumentAdapter for DOM version 2 11/13/2000
DOMDocumentAdapterFactory DOMDocumentAdapterFactory is concrete factory that creates DOM type DocumentAdapters to wrap DOM documents.
HTMLWriter HTMLWriter is a specialization of XMLWriter for writing HTML Documents.
JAXPDocumentAdapterBuilder JAXPDocumentAdapterBuilder is used to create a DOM_2_20001113_DocumentAdapter.
Tidy_DOM_2_20001113_DocumentAdapter Tidy_DOM_2_20001113_DocumentAdapter is DocumentAdapter for Tidy DOM version 2 11/13/2000
TidyDocumentAdapterBuilder TidyDocumentAdapterBuilder is used to create a DOM_2_20001113_DocumentAdapter.
XercesDocumentAdapterBuilder XercesDocumentAdapterBuilder is used to create a DOM_2_20001113_DocumentAdapter.
XMLWriter This class is used to write a given Document to an OutputStream or Writer.
 

Exception Summary
DocumentAdapterBuilderException DocumentAdapterBuilderException is thrown in response to problems encountered in methods of the DocumentAdapterBuilder and DocumentAdapterBuilderFactory.
DocumentAdapterException DocumentAdapterException is thrown in response to problems encountered in methods of the DocumentAdapter and DocumentAdapterFactory.
 

Package com.taursys.dom Description

This package contains classes to support and utilize the Document Object Model. Mapper uses a DocumentAdapter to minimize the impact of using different implementations of the DOM interface. This package also includes some utility classes for creating, reading and writing a DOM.

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see:



Copyright © 2007 Martin T Phelan. All Rights Reserved.