- java.lang.Object
-
- javax.swing.text.html.HTMLDocument.HTMLReader.TagAction
-
- javax.swing.text.html.HTMLDocument.HTMLReader.CharacterAction
-
- Enclosing class:
- HTMLDocument.HTMLReader
public class HTMLDocument.HTMLReader.CharacterAction extends HTMLDocument.HTMLReader.TagAction
-
-
Constructor Summary
Constructors Constructor and Description HTMLDocument.HTMLReader.CharacterAction()
-
Method Summary
Methods Modifier and Type Method and Description void
end(HTML.Tag t)
Called when an end tag is seen for the type of tag this action was registered to.void
start(HTML.Tag t, MutableAttributeSet attr)
Called when a start tag is seen for the type of tag this action was registered to.
-
-
-
Constructor Detail
-
HTMLDocument.HTMLReader.CharacterAction
public HTMLDocument.HTMLReader.CharacterAction()
-
-
Method Detail
-
start
public void start(HTML.Tag t, MutableAttributeSet attr)
Description copied from class:HTMLDocument.HTMLReader.TagAction
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.- Overrides:
start
in classHTMLDocument.HTMLReader.TagAction
-
end
public void end(HTML.Tag t)
Description copied from class:HTMLDocument.HTMLReader.TagAction
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.- Overrides:
end
in classHTMLDocument.HTMLReader.TagAction
-
-
Document created the 11/06/2005, last modified the 04/03/2020
Source of the printed document:https://www.gaudry.be/en/java-api-rf-javax/swing/text/html/HTMLDocument.HTMLReader.CharacterAction.html
The infobrol is a personal site whose content is my sole responsibility. The text is available under CreativeCommons license (BY-NC-SA). More info on the terms of use and the author.
References
These references and links indicate documents consulted during the writing of this page, or which may provide additional information, but the authors of these sources can not be held responsible for the content of this page.
The author This site is solely responsible for the way in which the various concepts, and the freedoms that are taken with the reference works, are presented here. Remember that you must cross multiple source information to reduce the risk of errors.