summaryrefslogtreecommitdiff
path: root/src/core/element.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/element.h')
-rw-r--r--src/core/element.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/element.h b/src/core/element.h
index 1cdad71..9092a48 100644
--- a/src/core/element.h
+++ b/src/core/element.h
@@ -72,6 +72,7 @@ dom_exception _dom_element_remove_attribute_node(struct dom_element *element,
dom_exception _dom_element_get_elements_by_tag_name(
struct dom_element *element, dom_string *name,
struct dom_nodelist **result);
+
dom_exception _dom_element_get_attribute_ns(struct dom_element *element,
dom_string *namespace, dom_string *localname,
dom_string **value);