Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

Handler Class Reference

Collaboration diagram for Handler:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 Handler ()
XMLElementroot () const
virtual bool startDocument ()
virtual bool endDocument ()
virtual bool startElement (const QString &ns, const QString &ln, const QString &qName, const QXmlAttributes &attr)
virtual bool endElement (const QString &ns, const QString &ln, const QString &qName)
virtual bool characters (const QString &ch)
 Handler ()
XMLElementroot () const
virtual bool startDocument ()
virtual bool endDocument ()
virtual bool startElement (const QString &ns, const QString &ln, const QString &qName, const QXmlAttributes &attr)
virtual bool endElement (const QString &ns, const QString &ln, const QString &qName)
virtual bool characters (const QString &ch)

Private Attributes

XMLElementm_node
XMLElementm_root
XMLElementm_node
XMLElementm_root

Constructor & Destructor Documentation

Handler::Handler  )  [inline]
 

Definition at line 213 of file xmltree.cpp.

Handler::Handler  )  [inline]
 

Definition at line 212 of file xmltree.cc.


Member Function Documentation

virtual bool Handler::characters const QString ch  )  [virtual]
 

bool Handler::characters const QString ch  )  [virtual]
 

Definition at line 269 of file xmltree.cpp.

References Opie::Core::XMLElement::appendChild(), m_node, and Opie::Core::XMLElement::setValue().

virtual bool Handler::endDocument  )  [virtual]
 

bool Handler::endDocument  )  [virtual]
 

Definition at line 236 of file xmltree.cpp.

References m_node, and m_root.

virtual bool Handler::endElement const QString ns,
const QString ln,
const QString qName
[virtual]
 

bool Handler::endElement const QString ns,
const QString ln,
const QString qName
[virtual]
 

Definition at line 260 of file xmltree.cpp.

References m_node, m_root, and Opie::Core::XMLElement::parent().

XMLElement* Handler::root  )  const [inline]
 

Definition at line 214 of file xmltree.cc.

XMLElement* Handler::root  )  const [inline]
 

Definition at line 215 of file xmltree.cpp.

virtual bool Handler::startDocument  )  [virtual]
 

bool Handler::startDocument  )  [virtual]
 

Definition at line 229 of file xmltree.cpp.

References m_node, and m_root.

virtual bool Handler::startElement const QString ns,
const QString ln,
const QString qName,
const QXmlAttributes &  attr
[virtual]
 

bool Handler::startElement const QString ns,
const QString ln,
const QString qName,
const QXmlAttributes &  attr
[virtual]
 

Definition at line 241 of file xmltree.cpp.

References Opie::Core::XMLElement::appendChild(), attributes, i, m_node, Opie::Core::XMLElement::setAttributes(), and Opie::Core::XMLElement::setTagName().


Member Data Documentation

XMLElement* Handler::m_node [private]
 

Definition at line 224 of file xmltree.cc.

XMLElement* Handler::m_node [private]
 

Definition at line 225 of file xmltree.cpp.

Referenced by characters(), endDocument(), endElement(), startDocument(), and startElement().

XMLElement* Handler::m_root [private]
 

Definition at line 225 of file xmltree.cc.

XMLElement* Handler::m_root [private]
 

Definition at line 226 of file xmltree.cpp.

Referenced by endDocument(), endElement(), and startDocument().


The documentation for this class was generated from the following files:
Generated on Sat Nov 5 17:34:32 2005 for OPIE by  doxygen 1.4.2