xml.h
Go to the documentation of this file.
31/*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
const char * SCIPxmlFindPcdata(const XML_NODE *node, const char *name)
Definition: xmlparse.c:1515
const char * SCIPxmlGetAttrval(const XML_NODE *node, const char *name)
Definition: xmlparse.c:1333
const XML_NODE * SCIPxmlFirstChild(const XML_NODE *node)
Definition: xmlparse.c:1465
const XML_NODE * SCIPxmlFindNodeMaxdepth(const XML_NODE *node, const char *name, int depth, int maxdepth)
Definition: xmlparse.c:1415
const XML_NODE * SCIPxmlFindNode(const XML_NODE *node, const char *name)
Definition: xmlparse.c:1390
const XML_NODE * SCIPxmlNextNode(const XML_NODE *node, const char *name)
Definition: xmlparse.c:1378
const XML_NODE * SCIPxmlFirstNode(const XML_NODE *node, const char *name)
Definition: xmlparse.c:1358
void SCIPxmlAppendChild(XML_NODE *parent, XML_NODE *child)
Definition: xmlparse.c:1224
XML_ATTR * SCIPxmlNewAttr(const char *name, const char *value)
Definition: xmlparse.c:1191