xml_decl=""
xml_decl_standalone=""
xml_decl_latin1=""
elem_start_end=""
elem_empty=""
elem_ns_start_end=""
elem_ns_empty=""
attr=" a='a'"
ns_decl=" xmlns:a='a'"
ns_default=" xmlns='a'"
ns_prefix="a:"
cdata_section=""
comment=""
pi=""
doctype=""
doctype_system=""
doctype_system=""
elem_decl_any=""
elem_decl_empty=""
elem_decl_children=""
elem_decl_mixed=""
elem_children_choice="|a"
elem_children_seq=",a"
elem_children_sub_choice="|(a)"
elem_children_sub_seq=",(a)"
elem_quant_any="*"
elem_quant_opt="?"
elem_quant_some="+"
attr_decl_cdata_req=""
attr_decl_cdata_imp=""
attr_decl_cdata_def=""
attr_decl_cdata_fix=""
attr_decl_id_imp=""
attr_decl_id_req=""
attr_decl_id_def=""
attr_decl_id_fix=""
attr_decl_idref_imp=""
attr_decl_idref_req=""
attr_decl_idref_def=""
attr_decl_idref_fix=""
attr_decl_idrefs_imp=""
attr_decl_idrefs_req=""
attr_decl_idrefs_def=""
attr_decl_idrefs_fix=""
attr_decl_entity_imp=""
attr_decl_entity_req=""
attr_decl_entity_def=""
attr_decl_entity_fix=""
attr_decl_entities_imp=""
attr_decl_entities_req=""
attr_decl_entities_def=""
attr_decl_entities_fix=""
attr_decl_nmtoken_imp=""
attr_decl_nmtoken_req=""
attr_decl_nmtoken_def=""
attr_decl_nmtoken_fix=""
attr_decl_nmtokens_imp=""
attr_decl_nmtokens_req=""
attr_decl_nmtokens_def=""
attr_decl_nmtokens_fix=""
attr_decl_enum_imp=""
attr_decl_enum_req=""
attr_decl_enum_def=""
attr_decl_enum_fix=""
attr_decl_notation_imp=""
attr_decl_notation_req=""
attr_decl_notation_def=""
attr_decl_notation_fix=""
include_sect=""
ignore_sect=""
ge_decl=""
ge_decl_system=""
ge_decl_system_ndata=""
ge_decl_public=""
ge_decl_public_ndata=""
pe_decl=""
pe_decl_system=""
pe_decl_public=""
char_ref_dec="<"
char_ref_hex="<"
char_ref_quoted="<"
ge_ref_lt="<"
ge_ref_gt=">"
ge_ref_amp="&"
ge_ref_apos="'"
ge_ref_quot="""
ge_ref="&a;"
ge_ref_quoted="&a;"
pe_ref="%a;"
pe_ref_quoted="%a;"
notation_decl_public=""
notation_decl_system=""
cs_utf8="UTF-8"
cs_utf16="UTF-16"
cs_utf16le="UTF-16LE"
cs_utf16be="UTF-16BE"
cs_ucs2="UCS-2"
cs_ucs4="UCS-4"
cs_latin1="ISO-8859-1"
cs_ascii="ASCII"
cs_ebcdic="EBCDIC"
cs_iso2022jp="ISO-2022-JP"
cs_shift_jis="SHIFT_JIS"
cs_euc_jp="EUC-JP"
# XPath
axis_ancestor="ancestor::"
axis_ancestor_or_self="ancestor-or-self::"
axis_attribute="attribute::"
axis_attribute_abbrev="@"
axis_child="child::"
axis_descendant="descendant::"
axis_descendant_or_self="descendant-or-self::"
axis_following="following::"
axis_following_sibling="following-sibling::"
axis_namespace="namespace::"
axis_parent="parent::"
axis_preceding="preceding::"
axis_preceding_siblings="preceding-sibling::"
axis_self="self::"
node_test_ns="a:"
val_num="=(1.0)"
val_str_sq="=('a')"
val_str_dq="=(\"a\")"
val_node_set="=(*)"
val_elem="=(b)"
step_root="/"
step_descendant="//"
step_any="//*"
step_any_l="*//"
step_elem="//b"
step_ns_elem="//a:a"
step_comment="//comment()"
step_node="//node()"
step_node_l="node()//"
step_pi="//processing-instruction()"
step_text="//text()"
step_parent="../"
op_plus="+1"
op_minus=" - 1"
op_neg="-"
op_mul="*1"
op_div=" div 1"
op_mod=" mod 1"
op_and=" and 1"
op_or=" or 1"
op_ne="!=1"
op_lt="<1"
op_gt=">1"
op_le="<=1"
op_ge=">=1"
op_predicate_num="[1]"
op_predicate_last="[last()]"
op_predicate_str="['a']"
op_predicate="[1=1]"
op_arg_num=",1"
op_arg_str=",'a'"
op_arg_node=",*"
op_union="|//b"
var_num="=$f"
var_bool="=$b"
var_str="=$s"
var_node_set="=$n"
# Unicode
utf8_2="\xC3\x84"
utf8_3="\xE2\x80\x9C"
utf8_4="\xF0\x9F\x98\x80"