|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object![]()
![]()
![]()
javax.swing.text.html.HTML.Tag


public static class HTML.Tag

Typesafe enumeration for an HTML tag. Although the set of HTML tags is a closed set, we have left the set open so that people can add their own tag types to their custom parser and still communicate to the reader.
| Constructor Summary | |
|---|---|
|
HTML.Tag
|
protected |
HTML.Tag
Creates a new Tag with the specified id,
and with causesBreak and isBlock
set to false. |
protected |
HTML.Tag
Creates a new Tag with the specified id;
causesBreak and isBlock are defined
by the user. |
| Method Summary | |
|---|---|
boolean |
breaksFlow
Returns true if this tag causes a
line break to the flow of data, otherwise returns
false. |
boolean |
isBlock
Returns true if this tag is a block
tag, which is a tag used to add structure to a
document. |
boolean |
isPreformatted
  |