GraphmlParser | ( | ) | [inline] |
bool startDocument | ( | ) |
bool endDocument | ( | ) |
bool startElement | ( | const QString & | , | |
const QString & | , | |||
const QString & | qName, | |||
const QXmlAttributes & | attributes | |||
) |
bool endElement | ( | const QString & | , | |
const QString & | , | |||
const QString & | qName | |||
) |
bool characters | ( | const QString & | ch | ) |
void skip | ( | ) | [inline, protected] |
void record | ( | bool | rec | ) | [inline, protected] |
void read_error | ( | ) | [inline, protected] |
virtual void EnterGraph | ( | ) | [inline, protected, virtual] |
Reimplemented in GraphmlReaderInfo, and GraphmlReader.
virtual void ExitGraph | ( | ) | [inline, protected, virtual] |
Reimplemented in GraphmlReaderInfo, and GraphmlReader.
virtual void EnterNode | ( | ) | [inline, protected, virtual] |
Reimplemented in GraphmlReaderInfo, and GraphmlReader.
virtual void ExitNode | ( | ) | [inline, protected, virtual] |
Reimplemented in GraphmlReader.
virtual void EnterEdge | ( | ) | [inline, protected, virtual] |
Reimplemented in GraphmlReaderInfo, and GraphmlReader.
virtual void ExitEdge | ( | ) | [inline, protected, virtual] |
Reimplemented in GraphmlReader.
bool parseTpoint | ( | QString | s, | |
Tpoint & | p | |||
) | [inline, protected] |
int level [protected] |
bool recognized [protected] |
bool record_data [protected] |
bool raised_error [protected] |
bool full_skip [protected] |
enum { ... } record_key [protected] |
enum { ... } inside [protected] |
GraphmlElmt top [protected] |
GraphmlElmt current [protected] |
QMap<QString,QString> graph_keys [protected] |
QMap<QString,QString> edge_keys [protected] |
QMap<QString,QString> node_keys [protected] |
QString k [protected] |