Package org.attoparser
Class HtmlElements
java.lang.Object
org.attoparser.HtmlElements
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static final class -
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final Set<HtmlElement> (package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElementprivate static final HtmlElements.HtmlElementRepository(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement(package private) static final HtmlElement -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static HtmlElementforName(char[] elementNameBuffer, int offset, int len)
-
Field Details
-
ELEMENTS
-
ALL_STANDARD_ELEMENTS
-
HTML
-
HEAD
-
TITLE
-
BASE
-
LINK
-
META
-
STYLE
-
SCRIPT
-
NOSCRIPT
-
BODY
-
ARTICLE
-
SECTION
-
NAV
-
ASIDE
-
H1
-
H2
-
H3
-
H4
-
H5
-
H6
-
HGROUP
-
HEADER
-
FOOTER
-
ADDRESS
-
MAIN
-
P
-
HR
-
PRE
-
BLOCKQUOTE
-
OL
-
UL
-
LI
-
DL
-
DT
-
DD
-
FIGURE
-
FIGCAPTION
-
DIV
-
A
-
EM
-
STRONG
-
SMALL
-
S
-
CITE
-
G
-
DFN
-
ABBR
-
TIME
-
CODE
-
VAR
-
SAMP
-
KBD
-
SUB
-
SUP
-
I
-
B
-
U
-
MARK
-
RUBY
-
RB
-
RT
-
RTC
-
RP
-
BDI
-
BDO
-
SPAN
-
BR
-
WBR
-
INS
-
DEL
-
IMG
-
IFRAME
-
EMBED
-
OBJECT
-
PARAM
-
VIDEO
-
AUDIO
-
SOURCE
-
TRACK
-
CANVAS
-
MAP
-
AREA
-
TABLE
-
CAPTION
-
COLGROUP
-
COL
-
TBODY
-
THEAD
-
TFOOT
-
TR
-
TD
-
TH
-
FORM
-
FIELDSET
-
LEGEND
-
LABEL
-
INPUT
-
BUTTON
-
SELECT
-
DATALIST
-
OPTGROUP
-
OPTION
-
TEXTAREA
-
KEYGEN
-
OUTPUT
-
PROGRESS
-
METER
-
DETAILS
-
SUMMARY
-
COMMAND
-
MENU
-
MENUITEM
-
DIALOG
-
TEMPLATE
-
ELEMENT
-
DECORATOR
-
CONTENT
-
SHADOW
-
-
Constructor Details
-
HtmlElements
private HtmlElements()
-
-
Method Details
-
forName
-