From 62c057e9cf6fe318ce2c491dc8da2d98792cb76b Mon Sep 17 00:00:00 2001 From: Dave Beckett Date: Sun, 19 Feb 2006 03:31:37 +0000 Subject: Added prototypes for raptor_xml_element_get_attributes and raptor_xml_element_get_attributes_count. --- src/raptor.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/raptor.h b/src/raptor.h index 5ccd2509..bb104b0d 100644 --- a/src/raptor.h +++ b/src/raptor.h @@ -1189,6 +1189,10 @@ raptor_qname* raptor_xml_element_get_name(raptor_xml_element *xml_element); RAPTOR_API void raptor_xml_element_set_attributes(raptor_xml_element* xml_element, raptor_qname **attributes, int count); RAPTOR_API +raptor_qname** raptor_xml_element_get_attributes(raptor_xml_element* xml_element); +RAPTOR_API +int raptor_xml_element_get_attributes_count(raptor_xml_element* xml_element); +RAPTOR_API void raptor_xml_element_declare_namespace(raptor_xml_element* xml_element, raptor_namespace *nspace); RAPTOR_API int raptor_iostream_write_xml_element(raptor_iostream *iostr, raptor_xml_element *element, raptor_namespace_stack *nstack, int is_empty, int is_end, raptor_simple_message_handler error_handler, void *error_data, int depth); -- cgit v1.2.1