summaryrefslogtreecommitdiff
path: root/src/core/nodelist.h
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2012-07-07 13:17:10 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2012-07-07 13:17:10 +0100
commit64ebb000750151aab7ee0738512da061cad2783e (patch)
tree777cc546b6e2904ddef13056f31f9be92e5a27a6 /src/core/nodelist.h
parent5c1dafabbb8808554e0bcdafbb5ccf440904eff0 (diff)
downloadlibdom-64ebb000750151aab7ee0738512da061cad2783e.tar.gz
libdom-64ebb000750151aab7ee0738512da061cad2783e.tar.bz2
Nodelist: Support caseless node lists
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 */