Package org.apache.cocoon.xml.dom

Interface Summary
DOMBuilder.Listener The Listener interface must be implemented by those objects willing to be notified of a successful DOM tree generation.
 

Class Summary
DocumentWrapper Wraps an org.w3c.dom.Document and offers additional interfaces like XMLizable and a toString() method.
DOMBuilder The DOMBuilder is a utility class that will generate a W3C DOM Document from SAX events.
DomHelper Helper class to create and retrieve information from DOM-trees.
DOMStreamer The DOMStreamer is a utility class that will generate SAX events from a W3C DOM Document.
DOMStreamer.DefaultDOMStreamer The DefaultDOMStreamer is a utility class that will generate SAX events from a W3C DOM Document.
DOMStreamer.NamespaceNormalizingDOMStreamer Streams a DOM tree to SAX events and normalizes namespace declarations on the way.
DOMStreamer.NamespaceNormalizingDOMStreamer.ElementInfo  
DOMUtil This class is a utility class for miscellaneous DOM functions, like getting and setting values of nodes.
 



Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.