From 399da01ae4eb5c5e3e9349bacc2063c946c3d4a1 Mon Sep 17 00:00:00 2001 From: Bo Yang Date: Tue, 11 Aug 2009 11:17:23 +0000 Subject: Merge the branches/struggleyb/libdom-remain back to trunk. svn path=/trunk/dom/; revision=9191 --- src/utils/namespace.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/utils/namespace.h') diff --git a/src/utils/namespace.h b/src/utils/namespace.h index ec69035..900c9ee 100644 --- a/src/utils/namespace.h +++ b/src/utils/namespace.h @@ -14,6 +14,7 @@ struct dom_document; struct dom_string; + /* Initialise the namespace component */ dom_exception _dom_namespace_initialise(dom_alloc alloc, void *pw); @@ -28,5 +29,11 @@ dom_exception _dom_namespace_validate_qname(struct dom_string *qname, dom_exception _dom_namespace_split_qname(struct dom_string *qname, struct dom_string **prefix, struct dom_string **localname); +/* Get the XML prefix dom_string */ +struct dom_string *_dom_namespace_get_xml_prefix(void); + +/* Get the XMLNS prefix dom_string */ +struct dom_string *_dom_namespace_get_xmlns_prefix(void); + #endif -- cgit v1.2.3