Package org.attoparser
Class HtmlBodyBlockElement
java.lang.Object
org.attoparser.HtmlElement
org.attoparser.HtmlAutoCloseElement
org.attoparser.HtmlAutoOpenCloseElement
org.attoparser.HtmlBodyBlockElement
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final String[]
private static final String[]
private static final String[]
Fields inherited from class org.attoparser.HtmlAutoCloseElement
autoCloseLimits, autoCloseRequired
Fields inherited from class org.attoparser.HtmlElement
name
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.attoparser.HtmlAutoOpenCloseElement
handleOpenElementStart, handleStandaloneElementStart
Methods inherited from class org.attoparser.HtmlElement
handleAttribute, handleAutoCloseElementEnd, handleAutoCloseElementStart, handleAutoOpenElementEnd, handleAutoOpenElementStart, handleCloseElementEnd, handleCloseElementStart, handleInnerWhiteSpace, handleOpenElementEnd, handleStandaloneElementEnd, handleUnmatchedCloseElementEnd, handleUnmatchedCloseElementStart, toString
-
Field Details
-
ARRAY_HTML_BODY
-
ARRAY_P_HEAD
-
AUTO_CLOSE_LIMITS
-
-
Constructor Details
-
HtmlBodyBlockElement
HtmlBodyBlockElement(String name)
-