#include "TXMLEngine.h"Go to the source code of this file.
Functions | |
| void | DisplayNode (TXMLEngine *xml, XMLNodePointer_t node, Int_t level) |
| void | xmlreadfile (const char *filename="example.xml") |
| void DisplayNode | ( | TXMLEngine * | xml, | |
| XMLNodePointer_t | node, | |||
| Int_t | level | |||
| ) |
Definition at line 34 of file xmlreadfile.C.
References TXMLEngine::GetAttrName(), TXMLEngine::GetAttrValue(), TXMLEngine::GetChild(), TXMLEngine::GetFirstAttr(), TXMLEngine::GetNext(), TXMLEngine::GetNextAttr(), TXMLEngine::GetNodeContent(), TXMLEngine::GetNodeName(), TXMLEngine::GetNS(), TXMLEngine::GetNSName(), and TXMLEngine::GetNSReference().
Referenced by xmlreadfile().
| void xmlreadfile | ( | const char * | filename = "example.xml" |
) |
Definition at line 10 of file xmlreadfile.C.
References DisplayNode(), TXMLEngine::DocGetRootElement(), TXMLEngine::FreeDoc(), and TXMLEngine::ParseFile().
1.5.1