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.
DOMFactory This interface identifies classes producing instances of DOM Document objects.
 

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.
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.
SVGBuilder The SVGBuilder is a utility class that will generate a SVG-DOM Document from SAX events using Batik's SVGDocumentFactory.
 



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