XMLNAMESPACE Class Reference

#include <mi32/xml.h>

List of all members.

Public Member Functions

XMLNAMESPACECopy ()
void Free ()
const char * GetHREF () const
const char * GetPrefix () const

Member Function Documentation

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.


The documentation for this class was generated from the following file:

Generated on Sun Oct 7 21:34:02 2012 for TNTsdk 2012 by  doxygen 1.6.1