@OpenApiAll
public interface IHTMLHandler
Modifier and Type | Method and Description |
---|---|
void |
characters(char[] data)
Receive notification of character data inside a tag.
|
void |
comment(char[] data)
Receive notification of comment data.
|
void |
endDocument()
Receive notification of end document.
|
void |
endTag(javax.swing.text.html.HTML.Tag tag)
Receive notification of the end of a tag.
|
void |
startTag(javax.swing.text.html.HTML.Tag tag,
javax.swing.text.AttributeSet attributes)
Receive notification of the start of a tag.
|
void comment(char[] data)
data
- An array holding the characters in the document.void startTag(javax.swing.text.html.HTML.Tag tag, javax.swing.text.AttributeSet attributes)
tag
- HTML Tag.attributes
- The attributes attached to the tag. If there are no attributes, it shall be an empty
Attributes object.void endTag(javax.swing.text.html.HTML.Tag tag)
tag
- HTML Tag.void characters(char[] data)
data
- The characters.void endDocument()
Copyright © 2010 - No Magic Asia