|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.unimi.dsi.mg4j.util.parser.Element
dsiutils
.
@Deprecated public final class Element
An HTML element type.
Field Summary | |
---|---|
static Element |
A
Deprecated. |
static Element |
ABBR
Deprecated. |
static Element |
ACRONYM
Deprecated. |
static Element |
ADDRESS
Deprecated. |
static Element |
APPLET
Deprecated. |
static Element |
AREA
Deprecated. |
static Element |
B
Deprecated. |
static Element |
BASE
Deprecated. |
static Element |
BASEFONT
Deprecated. |
static Element |
BDO
Deprecated. |
static Element |
BIG
Deprecated. |
static Element |
BLOCKQUOTE
Deprecated. |
static Element |
BODY
Deprecated. |
static Element |
BR
Deprecated. |
boolean |
breaksFlow
Deprecated. Whether this element breaks the flow. |
static Element |
BUTTON
Deprecated. |
static Element |
CAPTION
Deprecated. |
static Element |
CENTER
Deprecated. |
static Element |
CITE
Deprecated. |
static Element |
CODE
Deprecated. |
static Element |
COL
Deprecated. |
static Element |
COLGROUP
Deprecated. |
static Element |
DD
Deprecated. |
static Element |
DEL
Deprecated. |
static Element |
DFN
Deprecated. |
static Element |
DIR
Deprecated. |
static Element |
DIV
Deprecated. |
static Element |
DL
Deprecated. |
static Element |
DT
Deprecated. |
static Element |
EM
Deprecated. |
static Element |
EMBED
Deprecated. |
static Element |
FIELDSET
Deprecated. |
static Element |
FONT
Deprecated. |
static Element |
FORM
Deprecated. |
static Element |
FRAME
Deprecated. |
static Element |
FRAMESET
Deprecated. |
static Element |
H1
Deprecated. |
static Element |
H2
Deprecated. |
static Element |
H3
Deprecated. |
static Element |
H4
Deprecated. |
static Element |
H5
Deprecated. |
static Element |
H6
Deprecated. |
static Element |
HEAD
Deprecated. |
static Element |
HR
Deprecated. |
static Element |
HTML
Deprecated. |
static Element |
I
Deprecated. |
static Element |
IFRAME
Deprecated. |
static Element |
IMG
Deprecated. |
static Element |
INPUT
Deprecated. |
static Element |
INS
Deprecated. |
boolean |
isImplicit
Deprecated. Whether this element has implicit closure. |
static Element |
ISINDEX
Deprecated. |
boolean |
isSimple
Deprecated. Whether this element is simple. |
static Element |
KBD
Deprecated. |
static Element |
LABEL
Deprecated. |
static Element |
LEGEND
Deprecated. |
static Element |
LI
Deprecated. |
static Element |
LINK
Deprecated. |
static Element |
MAP
Deprecated. |
static Element |
MENU
Deprecated. |
static Element |
META
Deprecated. |
CharSequence |
name
Deprecated. The name of the type of this element. |
int |
nameLength
Deprecated. The length of name . |
static Element |
NOFRAMES
Deprecated. |
static Element |
NOSCRIPT
Deprecated. |
static Element |
OBJECT
Deprecated. |
static Element |
OL
Deprecated. |
static Element |
OPTGROUP
Deprecated. |
static Element |
OPTION
Deprecated. |
static Element |
P
Deprecated. |
static Element |
PARAM
Deprecated. |
static Element |
PRE
Deprecated. |
static Element |
Q
Deprecated. |
static Element |
S
Deprecated. |
static Element |
SAMP
Deprecated. |
static Element |
SCRIPT
Deprecated. |
static Element |
SELECT
Deprecated. |
static Element |
SMALL
Deprecated. |
static Element |
SPAN
Deprecated. |
static Element |
STRIKE
Deprecated. |
static Element |
STRONG
Deprecated. |
static Element |
STYLE
Deprecated. |
static Element |
SUB
Deprecated. |
static Element |
SUP
Deprecated. |
static Element |
TABLE
Deprecated. |
static Element |
TBODY
Deprecated. |
static Element |
TD
Deprecated. |
static Element |
TEXTAREA
Deprecated. |
static Element |
TFOOT
Deprecated. |
static Element |
TH
Deprecated. |
static Element |
THEAD
Deprecated. |
static Element |
TITLE
Deprecated. |
static Element |
TR
Deprecated. |
static Element |
TT
Deprecated. |
static Element |
U
Deprecated. |
static Element |
UL
Deprecated. |
static Element |
UNKNOWN
Deprecated. |
static Element |
VAR
Deprecated. |
Constructor Summary | |
---|---|
Element(CharSequence name)
Deprecated. Creates a new element with the specified name. |
|
Element(CharSequence name,
boolean breaksFlow,
boolean isSimple)
Deprecated. Creates a new element with the specified name and flags. |
|
Element(CharSequence name,
boolean breaksFlow,
boolean isSimple,
boolean isImplicit)
Deprecated. Creates a new element. |
Method Summary | |
---|---|
String |
toString()
Deprecated. Returns the name of this element. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public final CharSequence name
public final int nameLength
name
.
public final boolean breaksFlow
public final boolean isSimple
public final boolean isImplicit
public static final Element A
public static final Element ABBR
public static final Element ACRONYM
public static final Element ADDRESS
public static final Element APPLET
public static final Element AREA
public static final Element B
public static final Element BASE
public static final Element BASEFONT
public static final Element BDO
public static final Element BIG
public static final Element BLOCKQUOTE
public static final Element BODY
public static final Element BR
public static final Element BUTTON
public static final Element CAPTION
public static final Element CENTER
public static final Element CITE
public static final Element CODE
public static final Element COL
public static final Element COLGROUP
public static final Element DD
public static final Element DEL
public static final Element DFN
public static final Element DIR
public static final Element DIV
public static final Element DL
public static final Element DT
public static final Element EM
public static final Element EMBED
public static final Element FIELDSET
public static final Element FONT
public static final Element FORM
public static final Element FRAME
public static final Element FRAMESET
public static final Element H1
public static final Element H2
public static final Element H3
public static final Element H4
public static final Element H5
public static final Element H6
public static final Element HEAD
public static final Element HR
public static final Element HTML
public static final Element I
public static final Element IFRAME
public static final Element IMG
public static final Element INPUT
public static final Element INS
public static final Element ISINDEX
public static final Element KBD
public static final Element LABEL
public static final Element LEGEND
public static final Element LI
public static final Element LINK
public static final Element MAP
public static final Element MENU
public static final Element META
public static final Element NOFRAMES
public static final Element NOSCRIPT
public static final Element OBJECT
public static final Element OL
public static final Element OPTION
public static final Element OPTGROUP
public static final Element P
public static final Element PARAM
public static final Element PRE
public static final Element Q
public static final Element SAMP
public static final Element SCRIPT
public static final Element SELECT
public static final Element SMALL
public static final Element SPAN
public static final Element STRIKE
public static final Element S
public static final Element STRONG
public static final Element STYLE
public static final Element SUB
public static final Element SUP
public static final Element TABLE
public static final Element TBODY
public static final Element TD
public static final Element TEXTAREA
public static final Element TFOOT
public static final Element TH
public static final Element THEAD
public static final Element TITLE
public static final Element TR
public static final Element TT
public static final Element U
public static final Element UL
public static final Element VAR
public static final Element UNKNOWN
Constructor Detail |
---|
public Element(CharSequence name)
name
- the name of the type of the new element.public Element(CharSequence name, boolean breaksFlow, boolean isSimple)
name
- the name of the type of the new element.breaksFlow
- true if this elements breaks the flow.isSimple
- true if this element is simple.public Element(CharSequence name, boolean breaksFlow, boolean isSimple, boolean isImplicit)
name
- the name of the type of the new element.breaksFlow
- true if this elements breaks the flow.isSimple
- true if this element is simple.isImplicit
- true if this element has implicit closure.Method Detail |
---|
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |