lib
KoXmlElement Class Reference
#include <KoXmlReader.h>
Inheritance diagram for KoXmlElement:

Detailed Description
KoXmlElement represents a tag element in a DOM tree.KoXmlElement holds information about an XML tag, along with its attributes.
Definition at line 140 of file KoXmlReader.h.
Public Member Functions | |
| KoXmlElement (const KoXmlElement &element) | |
| KoXmlElement & | operator= (const KoXmlElement &element) |
| bool | operator== (const KoXmlElement &) const |
| bool | operator!= (const KoXmlElement &) const |
| QString | tagName () const |
| QString | text () const |
| virtual bool | isElement () const |
| QString | attribute (const QString &name) const |
| QString | attribute (const QString &name, const QString &defaultValue) const |
| QString | attributeNS (const QString &namespaceURI, const QString &localName, const QString &defaultValue) const |
| bool | hasAttribute (const QString &name) const |
| bool | hasAttributeNS (const QString &namespaceURI, const QString &localName) const |
Friends | |
| class | KoXmlNode |
| class | KoXmlDocument |
The documentation for this class was generated from the following files:

