summaryrefslogtreecommitdiff
path: root/src/core/nodelist.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/nodelist.h')
-rw-r--r--src/core/nodelist.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/core/nodelist.h b/src/core/nodelist.h
index 6bc36d7..4fe5b61 100644
--- a/src/core/nodelist.h
+++ b/src/core/nodelist.h
@@ -22,7 +22,9 @@ struct dom_nodelist;
typedef enum {
DOM_NODELIST_CHILDREN,
DOM_NODELIST_BY_NAME,
- DOM_NODELIST_BY_NAMESPACE
+ DOM_NODELIST_BY_NAMESPACE,
+ DOM_NODELIST_BY_NAME_CASELESS,
+ DOM_NODELIST_BY_NAMESPACE_CASELESS
} nodelist_type;
/* Create a nodelist */