#include <deltaparserphase2.h>
List of all members.
Constructor & Destructor Documentation
DeltaParserPhase2::DeltaParserPhase2 |
( |
| ) |
|
Member Function Documentation
bool DeltaParserPhase2::finalParseItemAttributes |
( |
void |
| ) |
|
Finalise parsing of the DELTA data. This function (and class) works on the in-memory structures created by the DeltaParser::parse() family of functions.
- Note:
- This function is called by DeltaParser::parse(DeltaDataset* dataset, const QStringList& filenames, bool abortOnAnyReadError = false) so normally there is no reason to call this function in user code. However, if the user code used DeltaParser::parse(DeltaDataset* dataset, const QString& fname) instead, then this function will need to be called by user code directly.
-
This function is called AFTER all the input files have been parsed; I.e. Item attribute values have been pre-parsed using preParseItemAttribute() (called during Phase-1 parsing)
The documentation for this class was generated from the following files: