Package it.unimi.dsi.parser
Class Element
java.lang.Object
it.unimi.dsi.parser.Element
Deprecated.
An HTML element type. * @deprecated This class is obsolete and kept around for backward
compatibility only.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final Element
Deprecated.static final Element
Deprecated.static final Element
Deprecated.static final Element
Deprecated.static final Element
Deprecated.static final Element
Deprecated.static final Element
Deprecated.static final Element
Deprecated.static final Element
Deprecated.static final Element
Deprecated.static final Element
Deprecated.static final Element
Deprecated.static final Element
Deprecated.static final Element
Deprecated.final boolean
Deprecated.Whether this element breaks the flow.static final Element
Deprecated.static final Element
Deprecated.static final Element
Deprecated.static final Element
Deprecated.static final Element
Deprecated.static final Element
Deprecated.static final Element
Deprecated.static final Element
Deprecated.static final Element
Deprecated.static final Element
Deprecated.static final Element
Deprecated.static final Element
Deprecated.static final Element
Deprecated.static final Element
Deprecated.static final Element
Deprecated.static final Element
Deprecated.static final Element
Deprecated.static final Element
Deprecated.static final Element
Deprecated.static final Element
Deprecated.static final Element
Deprecated.static final Element
Deprecated.static final Element
Deprecated.static final Element
Deprecated.static final Element
Deprecated.static final Element
Deprecated.static final Element
Deprecated.static final Element
Deprecated.static final Element
Deprecated.static final Element
Deprecated.static final Element
Deprecated.static final Element
Deprecated.static final Element
Deprecated.static final Element
Deprecated.static final Element
Deprecated.final boolean
Deprecated.Whether this element has implicit closure.static final Element
Deprecated.final boolean
Deprecated.Whether this element is simple.static final Element
Deprecated.static final Element
Deprecated.static final Element
Deprecated.static final Element
Deprecated.static final Element
Deprecated.static final Element
Deprecated.static final Element
Deprecated.static final Element
Deprecated.final CharSequence
Deprecated.The name of the type of this element.final int
Deprecated.The length ofname
.static final Element
Deprecated.static final Element
Deprecated.static final Element
Deprecated.static final Element
Deprecated.static final Element
Deprecated.static final Element
Deprecated.static final Element
Deprecated.static final Element
Deprecated.static final Element
Deprecated.static final Element
Deprecated.static final Element
Deprecated.static final Element
Deprecated.static final Element
Deprecated.static final Element
Deprecated.static final Element
Deprecated.static final Element
Deprecated.static final Element
Deprecated.static final Element
Deprecated.static final Element
Deprecated.static final Element
Deprecated.static final Element
Deprecated.static final Element
Deprecated.static final Element
Deprecated.static final Element
Deprecated.static final Element
Deprecated.static final Element
Deprecated.static final Element
Deprecated.static final Element
Deprecated.static final Element
Deprecated.static final Element
Deprecated.static final Element
Deprecated.static final Element
Deprecated.static final Element
Deprecated.static final Element
Deprecated.static final Element
Deprecated. -
Constructor Summary
ConstructorDescriptionElement
(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
-
Field Details
-
name
Deprecated.The name of the type of this element. -
nameLength
public final int nameLengthDeprecated.The length ofname
. -
breaksFlow
public final boolean breaksFlowDeprecated.Whether this element breaks the flow. -
isSimple
public final boolean isSimpleDeprecated.Whether this element is simple. -
isImplicit
public final boolean isImplicitDeprecated.Whether this element has implicit closure. -
A
Deprecated. -
ABBR
Deprecated. -
ACRONYM
Deprecated. -
ADDRESS
Deprecated. -
APPLET
Deprecated. -
AREA
Deprecated. -
B
Deprecated. -
BASE
Deprecated. -
BASEFONT
Deprecated. -
BDO
Deprecated. -
BIG
Deprecated. -
BLOCKQUOTE
Deprecated. -
BODY
Deprecated. -
BR
Deprecated. -
BUTTON
Deprecated. -
CAPTION
Deprecated. -
CENTER
Deprecated. -
CITE
Deprecated. -
CODE
Deprecated. -
COL
Deprecated. -
COLGROUP
Deprecated. -
DD
Deprecated. -
DEL
Deprecated. -
DFN
Deprecated. -
DIR
Deprecated. -
DIV
Deprecated. -
DL
Deprecated. -
DT
Deprecated. -
EM
Deprecated. -
EMBED
Deprecated. -
FIELDSET
Deprecated. -
FONT
Deprecated. -
FORM
Deprecated. -
FRAME
Deprecated. -
FRAMESET
Deprecated. -
H1
Deprecated. -
H2
Deprecated. -
H3
Deprecated. -
H4
Deprecated. -
H5
Deprecated. -
H6
Deprecated. -
HEAD
Deprecated. -
HR
Deprecated. -
HTML
Deprecated. -
I
Deprecated. -
IFRAME
Deprecated. -
IMG
Deprecated. -
INPUT
Deprecated. -
INS
Deprecated. -
ISINDEX
Deprecated. -
KBD
Deprecated. -
LABEL
Deprecated. -
LEGEND
Deprecated. -
LI
Deprecated. -
LINK
Deprecated. -
MAP
Deprecated. -
MENU
Deprecated. -
META
Deprecated. -
NOFRAMES
Deprecated. -
NOSCRIPT
Deprecated. -
OBJECT
Deprecated. -
OL
Deprecated. -
OPTION
Deprecated. -
OPTGROUP
Deprecated. -
P
Deprecated. -
PARAM
Deprecated. -
PRE
Deprecated. -
Q
Deprecated. -
SAMP
Deprecated. -
SCRIPT
Deprecated. -
SELECT
Deprecated. -
SMALL
Deprecated. -
SPAN
Deprecated. -
STRIKE
Deprecated. -
S
Deprecated. -
STRONG
Deprecated. -
STYLE
Deprecated. -
SUB
Deprecated. -
SUP
Deprecated. -
TABLE
Deprecated. -
TBODY
Deprecated. -
TD
Deprecated. -
TEXTAREA
Deprecated. -
TFOOT
Deprecated. -
TH
Deprecated. -
THEAD
Deprecated. -
TITLE
Deprecated. -
TR
Deprecated. -
TT
Deprecated. -
U
Deprecated. -
UL
Deprecated. -
VAR
Deprecated. -
UNKNOWN
Deprecated.
-
-
Constructor Details
-
Element
Deprecated.Creates a new element with the specified name. The element is assumed to break the flow, and neither being simple nor having implicit closure.- Parameters:
name
- the name of the type of the new element.
-
Element
Deprecated.Creates a new element with the specified name and flags. The element is assumed not to have implicit closure.- Parameters:
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.
-
Element
Deprecated.Creates a new element.- Parameters:
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 Details