Class HTMLDocumentBuilder.SwingEvent2SaxAdapter

java.lang.Object
javax.swing.text.html.HTMLEditorKit.ParserCallback
org.custommonkey.xmlunit.HTMLDocumentBuilder.SwingEvent2SaxAdapter
Enclosing class:
HTMLDocumentBuilder

public class HTMLDocumentBuilder.SwingEvent2SaxAdapter extends HTMLEditorKit.ParserCallback
Adapts Swing HTML callback messages to Sax equivalents, passing them to a Sax-aware ContentHandler.
  • Field Details

    • IGNORE_HTML_CHAR_SET

      private static final boolean IGNORE_HTML_CHAR_SET
      See Also:
    • attributes

      private final AttributesImpl attributes
    • delegator

      private final ParserDelegator delegator
    • lastTagWasSimpleTag

      private boolean lastTagWasSimpleTag
    • saxContentHandler

      private ContentHandler saxContentHandler
    • firstUnhandledException

      private SAXException firstUnhandledException
  • Constructor Details

    • SwingEvent2SaxAdapter

      public SwingEvent2SaxAdapter()
      Default constructor
  • Method Details