MCPcopy Create free account
hub / github.com/dumbledore/AlbiteREADER / HTMLSubstitues

Interface HTMLSubstitues

src/org/albite/io/html/HTMLSubstitues.java:12–21  ·  view source on GitHub ↗

@author Svetlin Ankov

Source from the content-addressed store, hash-verified

10 * @author Svetlin Ankov <galileostudios@gmail.com>
11 */
12public interface HTMLSubstitues {
13 /*
14 * Using specially reserved chars from the BMP
15 */
16 public static final char START_TAG_CHAR = '\ufdd0';
17 public static final int START_TAG_INT = 0xfdd0;
18
19 public static final char END_TAG_CHAR = '\ufdd1';
20 public static final int END_TAG_INT = 0xfdd1;
21}

Callers

nothing calls this directly

Implementers 2

HTMLTextParsersrc/org/albite/book/model/parser/HTMLT
XhtmlStreamReadersrc/org/albite/io/html/XhtmlStreamRead

Calls

no outgoing calls

Tested by

no test coverage detected