|
Préférences
Moteurs de recherche
|
||||||||||||
JavaTM 2 Platform Std. Ed. v1.6.0
javax.swing.text.html
|
Constructor Summary | |
---|---|
HTMLDocument.HTMLReader.CharacterAction()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HTMLDocument.HTMLReader.CharacterAction()
Method Detail |
---|
public void start(HTML.Tag t, MutableAttributeSet attr)
HTMLDocument.HTMLReader.TagAction
start
in class HTMLDocument.HTMLReader.TagAction
public void end(HTML.Tag t)
HTMLDocument.HTMLReader.TagAction
end
in class HTMLDocument.HTMLReader.TagAction