Class 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.
    The DefaultDOMStreamer is a utility class that will generate SAX events from a W3C DOM Document.
    • Constructor Detail

      • DefaultDOMStreamer

        public DefaultDOMStreamer()
        Deprecated.
    • Method Detail

      • stream

        public void stream​(org.w3c.dom.Node node)
                    throws org.xml.sax.SAXException
        Deprecated.
        Start the production of SAX events.
        Throws:
        org.xml.sax.SAXException