#include <ogdf/fileformats/DinoXmlScanner.h>
List of all members.
Detailed Description
This class scans the characters of the input file and provides the detected token.
Definition at line 95 of file DinoXmlScanner.h.
Constructor & Destructor Documentation
| ogdf::DinoXmlScanner::DinoXmlScanner |
( |
const char * |
fileName |
) |
|
| ogdf::DinoXmlScanner::~DinoXmlScanner |
( |
|
) |
|
Member Function Documentation
| const char* ogdf::DinoXmlScanner::getCurrentTokenString |
( |
|
) |
[inline] |
| int ogdf::DinoXmlScanner::getInputFileLineCounter |
( |
|
) |
const [inline] |
| XmlToken ogdf::DinoXmlScanner::getNextToken |
( |
|
) |
|
| bool ogdf::DinoXmlScanner::readStringUntil |
( |
char |
searchCharacter, |
|
|
bool |
includeSearchCharacter = false | |
|
) |
| | |
| bool ogdf::DinoXmlScanner::skipUntil |
( |
char |
searchCharacter, |
|
|
bool |
skipOverSearchCharacter = true | |
|
) |
| | |
| bool ogdf::DinoXmlScanner::skipUntilMatchingClosingBracket |
( |
|
) |
|
| void ogdf::DinoXmlScanner::test |
( |
|
) |
|
| XmlToken ogdf::DinoXmlScanner::testNextNextToken |
( |
|
) |
|
| XmlToken ogdf::DinoXmlScanner::testNextToken |
( |
|
) |
|
Member Data Documentation
The documentation for this class was generated from the following file: