Class EmbeddedSAXPipe

All Implemented Interfaces:
ContentHandler, LexicalHandler

@Deprecated(since="2022-01-27") public class EmbeddedSAXPipe extends AbstractSAXPipe
Deprecated.
This API is deprecated, migrate code to the XML APIs provided by the JDK.
This class implements a ContentHandler for embedding a full SAX event stream into an existing stream of SAX events. An instance of this class will pass unmodified all the SAX events to the linked ContentHandler, but it will ignore the startDocument/endDocument and startDTD/endDTD events, as well as all comment events within the DTD.
  • Constructor Details

    • EmbeddedSAXPipe

      public EmbeddedSAXPipe(ContentHandler handler)
      Deprecated.
      Creates an EmbeddedXMLPipe that writes into the given ContentHandler.
  • Method Details