This is the complete list of members for XMLDOMBlock, including all inherited members.
add_element(DOMElement *parent, XMLCh *tagname, XMLCh *value) | XMLDOMBlock | |
document | XMLDOMBlock | protected |
errHandler | XMLDOMBlock | protected |
getDocument(void) | XMLDOMBlock | |
getDocumentConst(void) const | XMLDOMBlock | |
getNewDocument(std::string xmlFileName) | XMLDOMBlock | |
getString(void) | XMLDOMBlock | |
getString(DOMNode *_node) | XMLDOMBlock | |
getTagAttribute(const std::string &tagName, const std::string &attrName, int _item=0) | XMLDOMBlock | |
getTagValue(const std::string &tagName, int _item=0, DOMDocument *_document=NULL) | XMLDOMBlock | |
getTagValue(const std::string &tagName, int _item, DOMElement *_document) | XMLDOMBlock | |
getTimestamp(time_t _time) | XMLDOMBlock | |
init(std::string _root) | XMLDOMBlock | protected |
operator+=(const XMLDOMBlock &other) | XMLDOMBlock | |
parse(InputSource &_source) | XMLDOMBlock | |
parser | XMLDOMBlock | protected |
setTagAttribute(const std::string &tagName, const std::string &attrName, const std::string &attrValue, int _item=0) | XMLDOMBlock | |
setTagAttribute(DOMElement *_elem, const std::string &tagName, const std::string &attrName, const std::string &attrValue, int _item=0) | XMLDOMBlock | |
setTagAttribute(const std::string &tagName, const std::string &attrName, const int &attrValue, int _item=0) | XMLDOMBlock | |
setTagAttribute(DOMElement *_elem, const std::string &tagName, const std::string &attrName, const int &attrValue, int _item=0) | XMLDOMBlock | |
setTagValue(const std::string &tagName, const std::string &tagValue, int _item=0, DOMDocument *_document=NULL) | XMLDOMBlock | |
setTagValue(DOMElement *_elem, const std::string &tagName, const std::string &tagValue, int _item=0) | XMLDOMBlock | |
setTagValue(const std::string &tagName, const int &tagValue, int _item=0, DOMDocument *_document=NULL) | XMLDOMBlock | |
setTagValue(DOMElement *_elem, const std::string &tagName, const int &tagValue, int _item=0) | XMLDOMBlock | |
the_string | XMLDOMBlock | protected |
theFileName | XMLDOMBlock | protected |
theProcessor | XMLDOMBlock | protected |
write(std::string target="stdout") | XMLDOMBlock | |
XMLDOMBlock() | XMLDOMBlock | |
XMLDOMBlock(std::string xmlFileName) | XMLDOMBlock | |
XMLDOMBlock(InputSource &_source) | XMLDOMBlock | |
XMLDOMBlock(std::string _root, int rootElementName) | XMLDOMBlock | |
XMLProcessor class | XMLDOMBlock | friend |
~XMLDOMBlock() | XMLDOMBlock | virtual |