#include <xercesxmlnode.h>
Inheritance diagram for afl::XercesXMLNode:
Public Member Functions | |
XercesXMLNode (XMLParser *parser, DOMNode *node) | |
virtual | ~XercesXMLNode () |
virtual XMLNode * | getFirstChild () const |
virtual XMLNode * | getNextSibling () const |
virtual std::string | getNamedAttribute (const std::string &name) const |
virtual std::string | getName () const |
virtual std::string | getText () const |
virtual std::string | toString () const |
|
instantiates a wrapper for a Xerces-C node
|
|
destructor destroys this wrapper and all descendants. Only the root should be explicitly deleted |
|
Implements afl::XMLNode. |
|
Implements afl::XMLNode. |
|
finds a named attribute of the form name="value" and returns the value
Implements afl::XMLNode. |
|
Implements afl::XMLNode. |
|
Implements afl::XMLNode. |
|
Implements afl::XMLNode. |