parse_doc
Description:
public bool parse_doc (
void* doc,
string root)
Fills the GstXML object with the elements from the xmlDocPtr.
Parameters:
| doc |
a pointer to an xml document to parse |
| root |
The name of the root object to build |
Returns:
| TRUE on success, FALSE otherwise |