org.apache.cocoon.xml.dom |
|
Java Source File Name | Type | Comment |
DocumentWrapper.java | Class | Wraps an org.w3c.dom.Document and offers additional interfaces
like XMLizable and a toString() method. |
DOMBuilder.java | Class | The DOMBuilder is a utility class that will generate a W3C
DOM Document from SAX events. |
DOMBuilderStreamerTestCase.java | Class | Testcase for DOMStreamer and DOMBuilder. |
DOMBuilderTestCase.java | Class | JUnit Testcase for
DOMBuilder . |
DOMFactory.java | Interface | This interface identifies classes producing instances of DOM
Document objects. |
DOMStreamer.java | Class | The DOMStreamer is a utility class that will generate SAX
events from a W3C DOM Document.
The DOMStreamer uses a different strategy based on the value of the
normalizeNamespaces property:
- if true (the default), the DOMStreamer will normalize namespace
declarations (i.e.
|
DOMUtil.java | Class | This class is a utility class for miscellaneous DOM functions, like getting
and setting values of nodes. |
SVGBuilder.java | Class | The SVGBuilder is a utility class that will generate a
SVG-DOM Document from SAX events using Batik's SVGDocumentFactory. |