filters

XmlParser Class Reference

#include <xmlparser.h>

Inheritance diagram for XmlParser:

Document Document Element FileHeader FileHeader Format Format Key Map Pen Spreadsheet Table Xml2LatexParser List of all members.

Detailed Description

This class supply some convenients methods to access to a DOM tree.

TODO: implement singleton. TODO: remove config in constructors, static variables.

Author:
robert jacolin

Definition at line 33 of file kspread/latex/export/xmlparser.h.


Public Member Functions

 XmlParser (QString)
 XmlParser (QByteArray)
 XmlParser (const KoStore *)
 XmlParser ()
virtual ~XmlParser ()
QString getFilename () const
QString getDocument () const
DocumentgetRoot () const
FileHeadergetFileHeader () 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
DocumentgetRoot () 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 Document_root
static QString _filename

Member Data Documentation

QString XmlParser::_filename [static, protected]

Latex output file.

Definition at line 56 of file kword/latex/export/xmlparser.h.


The documentation for this class was generated from the following files:
KDE Home | KDE Accessibility Home | Description of Access Keys