| java.lang.Object | ||
| ↳ | javax.swing.text.html.HTMLDocument.HTMLReader.TagAction | |
| ↳ | javax.swing.text.html.HTMLDocument.HTMLReader.BlockAction | |
|  Known Direct Subclasses | 
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Called when an end tag is seen for the
 type of tag this action was registered
 to. | |||||||||||
| Called when a start tag is seen for the
 type of tag this action was registered
 to. | |||||||||||
| [Expand] Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class
  javax.swing.text.html.HTMLDocument.HTMLReader.TagAction | |||||||||||
|  From class
  java.lang.Object | |||||||||||
Called when an end tag is seen for the type of tag this action was registered to. The tag argument indicates the actual tag for those actions that are shared across many tags. By default this does nothing and completely ignores the tag.
Called when a start tag is seen for the type of tag this action was registered to. The tag argument indicates the actual tag for those actions that are shared across many tags. By default this does nothing and completely ignores the tag.