Go to the source code of this file.
Function Documentation
| xmlNodePtr DtXmlFindNode |
( |
xmlNodePtr |
node, |
|
|
const char * |
nodeName |
|
) |
| |
| xmlNodePtr DtXmlFindNode |
( |
xmlNodePtr |
node, |
|
|
const char * |
nodeName, |
|
|
const char * |
attrName, |
|
|
const char * |
attrValue |
|
) |
| |
| DtString DtXmlGetAttrValue |
( |
xmlNodePtr |
node, |
|
|
const char * |
attrname |
|
) |
| |
| DtString DtXmlGetAtomicNodeValue |
( |
xmlNodePtr |
node, |
|
|
const char * |
nodeName |
|
) |
| |
| void DtXmlNextNode |
( |
xmlNodePtr & |
node | ) |
|
| DtString DtXmlGetAtomicNodeValue |
( |
xmlNodePtr |
node | ) |
|
| xmlNodePtr DtXmlGetChildren |
( |
xmlNodePtr |
node | ) |
|