#include <mi32/xml.h>
Public Member Functions | |
| XMLNAMESPACE * | Copy () |
| void | Free () |
| const char * | GetHREF () const |
| const char * | GetPrefix () const |
| XMLNAMESPACE* XMLNAMESPACE::Copy | ( | ) | [inline] |
Return a copy of this namespace. Caller should free it later.
| void XMLNAMESPACE::Free | ( | ) | [inline] |
Free this namespace.
Should only be done if you allocated the namespace. Note, you can't use "delete" on a namespace pointer, as they're allocated by libxml using malloc()
| const char* XMLNAMESPACE::GetHREF | ( | ) | const [inline] |
| const char* XMLNAMESPACE::GetPrefix | ( | ) | const [inline] |
Get the namespace prefix.
Note that NULL is a valid prefix and means the default namespace within the subtree.
1.6.1