mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-21 14:53:44 +03:00
moved xmlGetLineNo() and xmlGetNodePath() into the main tree module, they
* tree.c debugXML.c include/libxml/tree.h include/libxml/debugXML.h: moved xmlGetLineNo() and xmlGetNodePath() into the main tree module, they are not really tied to debugging Daniel
This commit is contained in:
@@ -643,6 +643,8 @@ xmlNodePtr xmlNewDocFragment (xmlDocPtr doc);
|
||||
/*
|
||||
* Navigating
|
||||
*/
|
||||
long xmlGetLineNo (xmlNodePtr node);
|
||||
xmlChar * xmlGetNodePath (xmlNodePtr node);
|
||||
xmlNodePtr xmlDocGetRootElement (xmlDocPtr doc);
|
||||
xmlNodePtr xmlGetLastChild (xmlNodePtr parent);
|
||||
int xmlNodeIsText (xmlNodePtr node);
|
||||
|
Reference in New Issue
Block a user