HTML.UnknownTag
HTML
public static class HTML.Tag extends Object
Modifier and Type | Field | Description |
---|---|---|
static final HTML.Tag |
A |
Tag <a> |
static final HTML.Tag |
ADDRESS |
Tag <address> |
static final HTML.Tag |
APPLET |
Tag <applet> |
static final HTML.Tag |
AREA |
Tag <area> |
static final HTML.Tag |
B |
Tag <b> |
static final HTML.Tag |
BASE |
Tag <base> |
static final HTML.Tag |
BASEFONT |
Tag <basefont> |
static final HTML.Tag |
BIG |
Tag <big> |
static final HTML.Tag |
BLOCKQUOTE |
Tag <blockquote> |
static final HTML.Tag |
BODY |
Tag <body> |
static final HTML.Tag |
BR |
Tag <br> |
static final HTML.Tag |
CAPTION |
Tag <caption> |
static final HTML.Tag |
CENTER |
Tag <center> |
static final HTML.Tag |
CITE |
Tag <cite> |
static final HTML.Tag |
CODE |
Tag <code> |
static final HTML.Tag |
COMMENT |
All comments are labeled with this tag. |
static final HTML.Tag |
CONTENT |
All text content is labeled with this tag. |
static final HTML.Tag |
DD |
Tag <dd> |
static final HTML.Tag |
DFN |
Tag <dfn> |
static final HTML.Tag |
DIR |
Tag <dir> |
static final HTML.Tag |
DIV |
Tag <div> |
static final HTML.Tag |
DL |
Tag <dl> |
static final HTML.Tag |
DT |
Tag <dt> |
static final HTML.Tag |
EM |
Tag <em> |
static final HTML.Tag |
FONT |
Tag <font> |
static final HTML.Tag |
FORM |
Tag <form> |
static final HTML.Tag |
FRAME |
Tag <frame> |
static final HTML.Tag |
FRAMESET |
Tag <frameset> |
static final HTML.Tag |
H1 |
Tag <h1> |
static final HTML.Tag |
H2 |
Tag <h2> |
static final HTML.Tag |
H3 |
Tag <h3> |
static final HTML.Tag |
H4 |
Tag <h4> |
static final HTML.Tag |
H5 |
Tag <h5> |
static final HTML.Tag |
H6 |
Tag <h6> |
static final HTML.Tag |
HEAD |
Tag <head> |
static final HTML.Tag |
HR |
Tag <hr> |
static final HTML.Tag |
HTML |
Tag <html> |
static final HTML.Tag |
I |
Tag <i> |
static final HTML.Tag |
IMG |
Tag <img> |
static final HTML.Tag |
IMPLIED |
All text content must be in a paragraph element. |
static final HTML.Tag |
INPUT |
Tag <input> |
static final HTML.Tag |
ISINDEX |
Tag <isindex> |
static final HTML.Tag |
KBD |
Tag <kbd> |
static final HTML.Tag |
LI |
Tag <li> |
static final HTML.Tag |
LINK |
Tag <link> |
static final HTML.Tag |
MAP |
Tag <map> |
static final HTML.Tag |
MENU |
Tag <menu> |
static final HTML.Tag |
META |
Tag <meta> |
static final HTML.Tag |
NOFRAMES |
Tag <noframes> |
static final HTML.Tag |
OBJECT |
Tag <object> |
static final HTML.Tag |
OL |
Tag <ol> |
static final HTML.Tag |
OPTION |
Tag <option> |
static final HTML.Tag |
P |
Tag <p> |
static final HTML.Tag |
PARAM |
Tag <param> |
static final HTML.Tag |
PRE |
Tag <pre> |
static final HTML.Tag |
S |
Tag <s> |
static final HTML.Tag |
SAMP |
Tag <samp> |
static final HTML.Tag |
SCRIPT |
Tag <script> |
static final HTML.Tag |
SELECT |
Tag <select> |
static final HTML.Tag |
SMALL |
Tag <small> |
static final HTML.Tag |
SPAN |
Tag <span> |
static final HTML.Tag |
STRIKE |
Tag <strike> |
static final HTML.Tag |
STRONG |
Tag <strong> |
static final HTML.Tag |
STYLE |
Tag <style> |
static final HTML.Tag |
SUB |
Tag <sub> |
static final HTML.Tag |
SUP |
Tag <sup> |
static final HTML.Tag |
TABLE |
Tag <table> |
static final HTML.Tag |
TD |
Tag <td> |
static final HTML.Tag |
TEXTAREA |
Tag <textarea> |
static final HTML.Tag |
TH |
Tag <th> |
static final HTML.Tag |
TITLE |
Tag <title> |
static final HTML.Tag |
TR |
Tag <tr> |
static final HTML.Tag |
TT |
Tag <tt> |
static final HTML.Tag |
U |
Tag <u> |
static final HTML.Tag |
UL |
Tag <ul> |
static final HTML.Tag |
VAR |
Tag <var> |
Modifier | Constructor | Description |
---|---|---|
Constructs a Tag . |
||
protected |
Creates a new Tag with the specified id , and with causesBreak and isBlock set to false . |
|
protected |
Creates a new Tag with the specified id ; causesBreak and isBlock are defined by the user. |
Modifier and Type | Method | Description |
---|---|---|
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() |
Returns true if this tag is pre-formatted, which is true if the tag is either PRE or TEXTAREA . |
String |
toString() |
Returns the string representation of the tag. |
public static final HTML.Tag A
public static final HTML.Tag ADDRESS
public static final HTML.Tag APPLET
public static final HTML.Tag AREA
public static final HTML.Tag B
public static final HTML.Tag BASE
public static final HTML.Tag BASEFONT
public static final HTML.Tag BIG
public static final HTML.Tag BLOCKQUOTE
public static final HTML.Tag BODY
public static final HTML.Tag BR
public static final HTML.Tag CAPTION
public static final HTML.Tag CENTER
public static final HTML.Tag CITE
public static final HTML.Tag CODE
public static final HTML.Tag DD
public static final HTML.Tag DFN
public static final HTML.Tag DIR
public static final HTML.Tag DIV
public static final HTML.Tag DL
public static final HTML.Tag DT
public static final HTML.Tag EM
public static final HTML.Tag FONT
public static final HTML.Tag FORM
public static final HTML.Tag FRAME
public static final HTML.Tag FRAMESET
public static final HTML.Tag H1
public static final HTML.Tag H2
public static final HTML.Tag H3
public static final HTML.Tag H4
public static final HTML.Tag H5
public static final HTML.Tag H6
public static final HTML.Tag HEAD
public static final HTML.Tag HR
public static final HTML.Tag HTML
public static final HTML.Tag I
public static final HTML.Tag IMG
public static final HTML.Tag INPUT
public static final HTML.Tag ISINDEX
public static final HTML.Tag KBD
public static final HTML.Tag LI
public static final HTML.Tag LINK
public static final HTML.Tag MAP
public static final HTML.Tag MENU
public static final HTML.Tag META
public static final HTML.Tag NOFRAMES
public static final HTML.Tag OBJECT
public static final HTML.Tag OL
public static final HTML.Tag OPTION
public static final HTML.Tag P
public static final HTML.Tag PARAM
public static final HTML.Tag PRE
public static final HTML.Tag SAMP
public static final HTML.Tag SCRIPT
public static final HTML.Tag SELECT
public static final HTML.Tag SMALL
public static final HTML.Tag SPAN
public static final HTML.Tag STRIKE
public static final HTML.Tag S
public static final HTML.Tag STRONG
public static final HTML.Tag STYLE
public static final HTML.Tag SUB
public static final HTML.Tag SUP
public static final HTML.Tag TABLE
public static final HTML.Tag TD
public static final HTML.Tag TEXTAREA
public static final HTML.Tag TH
public static final HTML.Tag TITLE
public static final HTML.Tag TR
public static final HTML.Tag TT
public static final HTML.Tag U
public static final HTML.Tag UL
public static final HTML.Tag VAR
public static final HTML.Tag IMPLIED
This is a tag synthesized by the HTML reader. Since elements are identified by their tag type, we create a some fake tag types to mark the elements that were manufactured.
public static final HTML.Tag CONTENT
This is a tag synthesized by the HTML reader. Since elements are identified by their tag type, we create a some fake tag types to mark the elements that were manufactured.
public static final HTML.Tag COMMENT
This is a tag synthesized by the HTML reader. Since elements are identified by their tag type, we create a some fake tag types to mark the elements that were manufactured.
public Tag()
Tag
.protected Tag(String id)
Tag
with the specified id
, and with causesBreak
and isBlock
set to false
.id
- the id of the new tagprotected Tag(String id, boolean causesBreak, boolean isBlock)
Tag
with the specified id
; causesBreak
and isBlock
are defined by the user.id
- the id of the new tagcausesBreak
- true
if this tag causes a break to the flow of dataisBlock
- true
if the tag is used to add structure to a documentpublic boolean isBlock()
true
if this tag is a block tag, which is a tag used to add structure to a document.true
if this tag is a block tag, otherwise returns false
public boolean breaksFlow()
true
if this tag causes a line break to the flow of data, otherwise returns false
.true
if this tag causes a line break to the flow of data, otherwise returns false
public boolean isPreformatted()
true
if this tag is pre-formatted, which is true if the tag is either PRE
or TEXTAREA
.true
if this tag is pre-formatted, otherwise returns false
public String toString()
© 1993, 2023, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/21/docs/api/java.desktop/javax/swing/text/html/HTML.Tag.html