Go to the source code of this file.
|
| txmlElement * | xmlInsertElt (txmlElement *curElt, const char *name, const char **atts) |
| |
| txmlElement * | xmlReadFile (const char *file) |
| |
| int | xmlWriteFile (const char *file, txmlElement *startElt, char *dtd) |
| |
| char * | xmlGetAttr (txmlElement *curElt, char *attrname) |
| |
| txmlElement * | xmlNextElt (txmlElement *startElt) |
| |
| txmlElement * | xmlSubElt (txmlElement *startElt) |
| |
| txmlElement * | xmlWalkElt (txmlElement *startElt) |
| |
| txmlElement * | xmlWalkSubElt (txmlElement *startElt, txmlElement *topElt) |
| |
| txmlElement * | xmlFindNextElt (txmlElement *startElt, char *name) |
| |
| txmlElement * | xmlFindEltAttr (txmlElement *startElt, char *name, char *attrname, char *attrvalue) |
| |
◆ txmlAttribute
◆ txmlElement
◆ xmlFindEltAttr()
◆ xmlFindNextElt()
◆ xmlGetAttr()
| char* xmlGetAttr |
( |
txmlElement * |
curElt, |
|
|
char * |
attrname |
|
) |
| |
◆ xmlInsertElt()
◆ xmlNextElt()
◆ xmlReadFile()
◆ xmlSubElt()
◆ xmlWalkElt()
◆ xmlWalkSubElt()
◆ xmlWriteFile()
| int xmlWriteFile |
( |
const char * |
file, |
|
|
txmlElement * |
startElt, |
|
|
char * |
dtd |
|
) |
| |