#include <gexfparser.h>
Public Member Functions | |
GexfParser (const GexfParser &orig) | |
Copy constructor. | |
void | bind (libgexf::GEXF *gexf) |
Bind itself to a GEXF instance. | |
void | processNode (xmlTextReaderPtr reader, const xmlChar *const name) |
Start a process on an XML element. |
void libgexf::GexfParser::bind | ( | libgexf::GEXF * | gexf | ) | [virtual] |
Bind itself to a GEXF instance.
gexf | : Reference to a GEXF object |
Implements libgexf::AbstractParser.
void libgexf::GexfParser::processNode | ( | xmlTextReaderPtr | reader, | |
const xmlChar *const | name | |||
) | [virtual] |
Start a process on an XML element.
Call the right processing method.
reader | : Reference to the libxml TextReader instance | |
name | : Name of the XML element to process |
Implements libgexf::AbstractParser.