summaryrefslogtreecommitdiff
path: root/src/core/nodelist.h
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2012-07-07 18:25:30 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2012-07-07 18:25:30 +0100
commit7984f00c4cce1d599da95a8c8cbbd912f33444b1 (patch)
treeb00b2061b386fc929b08150870f208fee2bebacb /src/core/nodelist.h
parent814a54e5ef738654b6ee168a1763e1f1242a18d4 (diff)
parent287c31a83c21076b45388fa8e7f880ec861ce745 (diff)
downloadlibdom-7984f00c4cce1d599da95a8c8cbbd912f33444b1.tar.gz
libdom-7984f00c4cce1d599da95a8c8cbbd912f33444b1.tar.bz2
Merge element work, adds 5 element types and enables 27 tests.
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 */