API Reference > OdDAI Namespace > Classes > SyntaxErrorHandler Class > SyntaxErrorHandler Methods > SyntaxErrorHandler::skipData Method
SyntaxErrorHandler::skipData Method
Syntax
C++
virtual bool skipData(IBufferDataProvider* dataBuffer) = 0;
Parameters 
Description 
IBufferDataProvider* dataBuffer 
[in] buffer to read and skip data.  

Returns true if the file reading should be continued, and false otherwise.

Skips abnormal data. Case when getWorkOrder() returns skipWrongData.

Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.