| Abstract implementation of
XMLFragment for objects that are more
easily represented as a DOM.
The
AbstractDOMFragment.toSAX method is implemented by streaming (using a
DOMStreamer ) the results of the
AbstractDOMFragment.toDOM(Node) that must be
implemented by concrete subclasses.
author: Sylvain Wallez version: CVS $Id: AbstractDOMFragment.java 433543 2006-08-22 06:22:54Z crossley $ |