#include <TdkXMLUtils.h>
Public Member Functions | |
TdkXMLUtils () | |
~TdkXMLUtils () | |
DOMDocument * | getDocument () |
DOMDocument * | readDocument (const std::string fileName) |
DOMNode * | findNode (DOMNode *node, std::string nodeName) |
char * | getValueof (DOMNode *root, const std::string nodeName) |
DOMNodeList * | getNodeList (DOMNode *root, const std::string nodeName) |
Static Public Member Functions | |
static TdkXMLUtils * | Init () |
Private Attributes | |
DOMImplementation * | impl |
DOMBuilder * | parser |
DOMDocument * | doc |
tdk::utils::TdkXMLUtils::TdkXMLUtils | ( | ) |
tdk::utils::TdkXMLUtils::~TdkXMLUtils | ( | ) |
static TdkXMLUtils* tdk::utils::TdkXMLUtils::Init | ( | ) | [static] |
DOMDocument * tdk::utils::TdkXMLUtils::getDocument | ( | ) |
DOMDocument * tdk::utils::TdkXMLUtils::readDocument | ( | const std::string | fileName | ) |
DOMNode * tdk::utils::TdkXMLUtils::findNode | ( | DOMNode * | node, | |
std::string | nodeName | |||
) |
char * tdk::utils::TdkXMLUtils::getValueof | ( | DOMNode * | root, | |
const std::string | nodeName | |||
) |
DOMNodeList * tdk::utils::TdkXMLUtils::getNodeList | ( | DOMNode * | root, | |
const std::string | nodeName | |||
) |
DOMImplementation* tdk::utils::TdkXMLUtils::impl [private] |
DOMBuilder* tdk::utils::TdkXMLUtils::parser [private] |
DOMDocument* tdk::utils::TdkXMLUtils::doc [private] |