Package org.attoparser
Class HtmlVoidElement
java.lang.Object
org.attoparser.HtmlElement
org.attoparser.HtmlVoidElement
- Direct Known Subclasses:
HtmlVoidAutoCloseElement
,HtmlVoidAutoOpenElement
-
Field Summary
Fields inherited from class org.attoparser.HtmlElement
name
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
handleCloseElementEnd
(char[] buffer, int nameOffset, int nameLen, int line, int col, IMarkupHandler handler, ParseStatus status, boolean autoOpenEnabled, boolean autoCloseEnabled) void
handleCloseElementStart
(char[] buffer, int nameOffset, int nameLen, int line, int col, IMarkupHandler handler, ParseStatus status, boolean autoOpenEnabled, boolean autoCloseEnabled) void
handleOpenElementEnd
(char[] buffer, int nameOffset, int nameLen, int line, int col, IMarkupHandler handler, ParseStatus status, boolean autoOpenEnabled, boolean autoCloseEnabled) void
handleOpenElementStart
(char[] buffer, int nameOffset, int nameLen, int line, int col, IMarkupHandler handler, ParseStatus status, boolean autoOpenEnabled, boolean autoCloseEnabled) void
handleStandaloneElementStart
(char[] buffer, int nameOffset, int nameLen, boolean minimized, int line, int col, IMarkupHandler handler, ParseStatus status, boolean autoOpenEnabled, boolean autoCloseEnabled) Methods inherited from class org.attoparser.HtmlElement
handleAttribute, handleAutoCloseElementEnd, handleAutoCloseElementStart, handleAutoOpenElementEnd, handleAutoOpenElementStart, handleInnerWhiteSpace, handleStandaloneElementEnd, handleUnmatchedCloseElementEnd, handleUnmatchedCloseElementStart, toString
-
Constructor Details
-
HtmlVoidElement
-
-
Method Details
-
handleStandaloneElementStart
public void handleStandaloneElementStart(char[] buffer, int nameOffset, int nameLen, boolean minimized, int line, int col, IMarkupHandler handler, ParseStatus status, boolean autoOpenEnabled, boolean autoCloseEnabled) throws ParseException - Overrides:
handleStandaloneElementStart
in classHtmlElement
- Throws:
ParseException
-
handleOpenElementStart
public void handleOpenElementStart(char[] buffer, int nameOffset, int nameLen, int line, int col, IMarkupHandler handler, ParseStatus status, boolean autoOpenEnabled, boolean autoCloseEnabled) throws ParseException - Overrides:
handleOpenElementStart
in classHtmlElement
- Throws:
ParseException
-
handleOpenElementEnd
public void handleOpenElementEnd(char[] buffer, int nameOffset, int nameLen, int line, int col, IMarkupHandler handler, ParseStatus status, boolean autoOpenEnabled, boolean autoCloseEnabled) throws ParseException - Overrides:
handleOpenElementEnd
in classHtmlElement
- Throws:
ParseException
-
handleCloseElementStart
public void handleCloseElementStart(char[] buffer, int nameOffset, int nameLen, int line, int col, IMarkupHandler handler, ParseStatus status, boolean autoOpenEnabled, boolean autoCloseEnabled) throws ParseException - Overrides:
handleCloseElementStart
in classHtmlElement
- Throws:
ParseException
-
handleCloseElementEnd
public void handleCloseElementEnd(char[] buffer, int nameOffset, int nameLen, int line, int col, IMarkupHandler handler, ParseStatus status, boolean autoOpenEnabled, boolean autoCloseEnabled) throws ParseException - Overrides:
handleCloseElementEnd
in classHtmlElement
- Throws:
ParseException
-