Module java.desktop

Package javax.swing.text.html.parser

Provides the default HTML parser, along with support classes. As the stream is parsed, the parser notifies a delegate, which must implement the HTMLEditorKit.ParserCallback interface.

Note: Most of the Swing API is not thread safe. For details, see Concurrency in Swing , a section in The Java Tutorial .

Since:
1.2
See :DescriptionAlso:
HTMLEditorKit.ParserCallback

Package javax.swing.text.html.parser Description

Provides the default HTML parser, along with support classes. As the stream is parsed, the parser notifies a delegate, which must implement the HTMLEditorKit.ParserCallback interface.

Note: Most of the Swing API is not thread safe. For details, see Threads and Swing , a section in The Java Tutorial .