|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
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 | |
---|---|
String[] |
footnoteAttrs
Attributes allowed on footnotes. |
String[][] |
htmlConstantsTable
Array mapping node type name to start/end strings. |
Object[][] |
htmlPredicatesTable
Array mapping predicate type name to attributes. |
String[] |
imageAttrs
Attributes allowed on images. |
String[] |
includeAttrs
Attributes allowed on includes. |
Field Detail |
---|
final String[] footnoteAttrs
final String[][] htmlConstantsTable
final Object[][] htmlPredicatesTable
final String[] imageAttrs
final String[] includeAttrs
Groovy Documentation