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 TypeMethodDescriptionvoidhandleCloseElementEnd(char[] buffer, int nameOffset, int nameLen, int line, int col, IMarkupHandler handler, ParseStatus status, boolean autoOpenEnabled, boolean autoCloseEnabled) voidhandleCloseElementStart(char[] buffer, int nameOffset, int nameLen, int line, int col, IMarkupHandler handler, ParseStatus status, boolean autoOpenEnabled, boolean autoCloseEnabled) voidhandleOpenElementEnd(char[] buffer, int nameOffset, int nameLen, int line, int col, IMarkupHandler handler, ParseStatus status, boolean autoOpenEnabled, boolean autoCloseEnabled) voidhandleOpenElementStart(char[] buffer, int nameOffset, int nameLen, int line, int col, IMarkupHandler handler, ParseStatus status, boolean autoOpenEnabled, boolean autoCloseEnabled) voidhandleStandaloneElementStart(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:
handleStandaloneElementStartin 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:
handleOpenElementStartin 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:
handleOpenElementEndin 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:
handleCloseElementStartin 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:
handleCloseElementEndin classHtmlElement- Throws:
ParseException
-