1
0
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:
Daniel Veillard
1999-12-15 19:08:23 +00:00
parent bfce377579
commit 3dbfdca44a
2 changed files with 2 additions and 0 deletions

View File

@ -420,6 +420,7 @@ xmlNodePtr xmlCopyNodeList (xmlNodePtr node);
/*
* Navigating
*/
xmlNodePtr xmlDocGetRootElement (xmlDocPtr doc);
xmlNodePtr xmlGetLastChild (xmlNodePtr parent);
int xmlNodeIsText (xmlNodePtr node);

1
tree.h
View File

@ -420,6 +420,7 @@ xmlNodePtr xmlCopyNodeList (xmlNodePtr node);
/*
* Navigating
*/
xmlNodePtr xmlDocGetRootElement (xmlDocPtr doc);
xmlNodePtr xmlGetLastChild (xmlNodePtr parent);
int xmlNodeIsText (xmlNodePtr node);