Package org.apache.cocoon.xml.dom
Class DOMStreamer.DefaultDOMStreamer
- java.lang.Object
-
- org.apache.cocoon.xml.sax.AbstractSAXProducer
-
- org.apache.cocoon.xml.dom.DOMStreamer.DefaultDOMStreamer
-
- Enclosing class:
- DOMStreamer
@Deprecated(since="2022-01-27") public static class DOMStreamer.DefaultDOMStreamer extends AbstractSAXProducer
Deprecated.This API is deprecated, migrate code to the XML APIs provided by the JDK.TheDefaultDOMStreamer
is a utility class that will generate SAX events from a W3C DOM Document.
-
-
Constructor Summary
Constructors Constructor Description DefaultDOMStreamer()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
stream(org.w3c.dom.Node node)
Deprecated.Start the production of SAX events.-
Methods inherited from class org.apache.cocoon.xml.sax.AbstractSAXProducer
recycle, setContentHandler
-
-