DomUtil Member List
This is the complete list of members for DomUtil, including all inherited members.
appendText(TQDomDocument doc, TQString pathExt, TQString text) | DomUtil | static |
createElementByPath(TQDomDocument &doc, const TQString &path) | DomUtil | static |
elementByPath(const TQDomDocument &doc, const TQString &path) | DomUtil | static |
elementByPathExt(TQDomDocument &doc, const TQString &pathstring) | DomUtil | static |
makeEmpty(TQDomElement &) | DomUtil | static |
namedChildElement(TQDomElement &el, const TQString &name) | DomUtil | static |
openDOMFile(TQDomDocument &doc, TQString filename) | DomUtil | static |
Pair typedef (defined in DomUtil) | DomUtil | |
PairList typedef (defined in DomUtil) | DomUtil | |
readBoolEntry(const TQDomDocument &doc, const TQString &path, bool defaultEntry=false) | DomUtil | static |
readEntry(const TQDomDocument &doc, const TQString &path, const TQString &defaultEntry=TQString()) | DomUtil | static |
readIntEntry(const TQDomDocument &doc, const TQString &path, int defaultEntry=0) | DomUtil | static |
readListEntry(const TQDomDocument &doc, const TQString &path, const TQString &tag) | DomUtil | static |
readMapEntry(const TQDomDocument &doc, const TQString &path) | DomUtil | static |
readPairListEntry(const TQDomDocument &doc, const TQString &path, const TQString &tag, const TQString &firstAttr, const TQString &secondAttr) | DomUtil | static |
removeTextNodes(TQDomDocument doc, TQString pathExt) | DomUtil | static |
replaceText(TQDomDocument doc, TQString pathExt, TQString text) | DomUtil | static |
resolvPathStringExt(const TQString pathstring) | DomUtil | static |
saveDOMFile(TQDomDocument &doc, TQString filename) | DomUtil | static |
writeBoolEntry(TQDomDocument &doc, const TQString &path, bool value) | DomUtil | static |
writeEntry(TQDomDocument &doc, const TQString &path, const TQString &value) | DomUtil | static |
writeIntEntry(TQDomDocument &doc, const TQString &path, int value) | DomUtil | static |
writeListEntry(TQDomDocument &doc, const TQString &path, const TQString &tag, const TQStringList &value) | DomUtil | static |
writeMapEntry(TQDomDocument &doc, const TQString &path, const TQMap< TQString, TQString > &map) | DomUtil | static |
writePairListEntry(TQDomDocument &doc, const TQString &path, const TQString &tag, const TQString &firstAttr, const TQString &secondAttr, const PairList &value) | DomUtil | static |