filters
XmlParser Class Reference
#include <xmlparser.h>
Inheritance diagram for XmlParser:

Detailed Description
This class supply some convenients methods to access to a DOM tree.TODO: implement singleton. TODO: remove config in constructors, static variables.
Definition at line 33 of file kspread/latex/export/xmlparser.h.
Public Member Functions | |
| XmlParser (QString) | |
| XmlParser (QByteArray) | |
| XmlParser (const KoStore *) | |
| QString | getFilename () const |
| QString | getDocument () const |
| Document * | getRoot () const |
| FileHeader * | getFileHeader () const |
| QString | getChildName (QDomNode, int) |
| QDomNode | getChild (QDomNode, QString) |
| QDomNode | getChild (QDomNode, QString, int) |
| QDomNode | getChild (QDomNode, int) |
| QString | getData (QDomNode, int) |
| QString | getData (QDomNode, QString) |
| int | getNbChild (QDomNode, QString) |
| int | getNbChild (QDomNode) |
| QString | getAttr (QDomNode, QString) const |
| bool | isChild (QDomNode, QString) |
| void | setFileHeader (FileHeader *h) |
| void | setRoot (Document *r) |
| QDomNode | init () |
| XmlParser (Config *, QString) | |
| XmlParser (Config *, QByteArray) | |
| XmlParser (Config *, const KoStore *) | |
| QString | getFilename () const |
| QString | getDocument () const |
| Document * | getRoot () const |
| KoStore * | getStorage () const |
| QString | getChildName (QDomNode, int) |
| QDomNode | getChild (QDomNode, QString) |
| QDomNode | getChild (QDomNode, QString, int) |
| QDomNode | getChild (QDomNode, int) |
| QString | getData (QDomNode, int) |
| int | getNbChild (QDomNode, QString) |
| int | getNbChild (QDomNode) |
| QString | getAttr (QDomNode, QString) const |
| bool | isChild (QDomNode, QString) |
| void | setRoot (Document *r) |
| QDomNode | init () |
Static Protected Attributes | |
| static FileHeader * | _fileHeader = 0 |
| static Document * | _root = 0 |
| static QString | _filename |
Member Data Documentation
QString XmlParser::_filename [static, protected] |
The documentation for this class was generated from the following files:

