mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-08-25 13:49:22 +03:00
A posteriori validation should now work,
Added --postvalid to tester program Added xmlDocGetRootElement() to the API, Daniel
This commit is contained in:
@ -420,6 +420,7 @@ xmlNodePtr xmlCopyNodeList (xmlNodePtr node);
|
||||
/*
|
||||
* Navigating
|
||||
*/
|
||||
xmlNodePtr xmlDocGetRootElement (xmlDocPtr doc);
|
||||
xmlNodePtr xmlGetLastChild (xmlNodePtr parent);
|
||||
int xmlNodeIsText (xmlNodePtr node);
|
||||
|
||||
|
Reference in New Issue
Block a user