|
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
xml.h
Go to the documentation of this file.
22 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
const char * xmlFindPcdata(const XML_NODE *node, const char *name) Definition: xmlparse.c:1501 const XML_NODE * xmlFirstNode(const XML_NODE *node, const char *name) Definition: xmlparse.c:1344 const XML_NODE * xmlFindNodeMaxdepth(const XML_NODE *node, const char *name, int depth, int maxdepth) Definition: xmlparse.c:1401 const XML_NODE * xmlNextNode(const XML_NODE *node, const char *name) Definition: xmlparse.c:1364 const XML_NODE * xmlFindNode(const XML_NODE *node, const char *name) Definition: xmlparse.c:1376 const char * xmlGetAttrval(const XML_NODE *node, const char *name) Definition: xmlparse.c:1319 |