• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1asterisk="*"
2attr_generic=" a=\"1\""
3attr_href=" href=\"1\""
4attr_xml_lang=" xml:lang=\"1\""
5attr_xmlns=" xmlns=\"1\""
6backslash="\\"
7backtick="`"
8colon=":"
9dashes="---"
10double_quote="\""
11entity_builtin="<"
12entity_decimal=""
13entity_external="&a;"
14entity_hex=""
15equals="==="
16exclamation="!"
17greater_than=">"
18hash="#"
19hyphen="-"
20indent="  "
21left_bracket="["
22left_paren="("
23less_than="<"
24plus="+"
25right_bracket="]"
26right_paren=")"
27single_quote="'"
28string_any="ANY"
29string_brackets="[]"
30string_cdata="CDATA"
31string_dashes="--"
32string_empty_dblquotes="\"\""
33string_empty_quotes="''"
34string_idrefs="IDREFS"
35string_parentheses="()"
36string_pcdata="#PCDATA"
37tag_cdata="<![CDATA["
38tag_close="</a>"
39tag_doctype="<!DOCTYPE"
40tag_element="<!ELEMENT"
41tag_entity="<!ENTITY"
42tag_notation="<!NOTATION"
43tag_open="<a>"
44tag_open_close="<a />"
45tag_open_exclamation="<!"
46tag_open_q="<?"
47tag_sq2_close="]]>"
48tag_xml_q="<?xml?>"
49underscore="_"
50