|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HtmlConstants
Constants used when translating HTML. One entry for each type of parse tree node. Each entry contains the node type name, the start constant and the end constant.
constantsTable[CONSTANTNAME] is the node type name constantsTable[CONSTANTSTART] is the start string constantsTable[CONSTANTEND] is the end stringA separate map is defined for predicates, and there are misc patterns for e.g. headings construction.
Field Summary | |
---|---|
static String[] |
footnoteAttrs
Attributes allowed on footnotes. |
static String[][] |
htmlConstantsTable
Array mapping node type name to start/end strings. |
static Object[][] |
htmlPredicatesTable
Array mapping predicate type name to attributes. |
static String[] |
imageAttrs
Attributes allowed on images. |
static String[] |
includeAttrs
Attributes allowed on includes. |
Field Detail |
---|
static final String[][] htmlConstantsTable
static final String[] imageAttrs
static final String[] footnoteAttrs
static final String[] includeAttrs
static final Object[][] htmlPredicatesTable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |