Parse a GEXF file.
More...
#include <gexfparser.h>
|
libgexf::t_id | getIdAttribute (xmlTextReaderPtr reader, const char *const name) |
|
std::string | getStringAttribute (xmlTextReaderPtr reader, const char *const name) |
|
std::string | getStringAttributeNs (xmlTextReaderPtr reader, const char *const name, const char *const namespaceURI) |
|
unsigned int | getUnsignedIntAttribute (xmlTextReaderPtr reader, const char *const name) |
|
float | getFloatAttribute (xmlTextReaderPtr reader, const char *const name) |
|
◆ bind()
◆ processNode()
void libgexf::GexfParser::processNode |
( |
xmlTextReaderPtr |
reader, |
|
|
const xmlChar *const |
name |
|
) |
| |
|
virtual |
Start a process on an XML element.
Call the right processing method.
- Parameters
-
reader | : Reference to the libxml TextReader instance |
name | : Name of the XML element to process |
Implements libgexf::AbstractParser.
The documentation for this class was generated from the following files: