axismap not used
This commit is contained in:
parent
66e232beba
commit
ef9bb742d1
1 changed files with 0 additions and 11 deletions
|
|
@ -88,17 +88,6 @@ const map_str2int xpopmap[] = {
|
||||||
{NULL, -1}
|
{NULL, -1}
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Mapping between axis type string <--> int */
|
|
||||||
static const map_str2int axismap[] = {
|
|
||||||
{"self", A_SELF},
|
|
||||||
{"child", A_CHILD},
|
|
||||||
{"parent", A_PARENT},
|
|
||||||
{"root", A_ROOT},
|
|
||||||
{"ancestor", A_ANCESTOR},
|
|
||||||
{"descendant-or-self", A_DESCENDANT_OR_SELF},
|
|
||||||
{NULL, -1}
|
|
||||||
};
|
|
||||||
|
|
||||||
static const map_str2int xpath_tree_map[] = {
|
static const map_str2int xpath_tree_map[] = {
|
||||||
{"expr", XP_EXP},
|
{"expr", XP_EXP},
|
||||||
{"andexpr", XP_AND},
|
{"andexpr", XP_AND},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue