libdap
Updated for version 3.18.3
|
Functions | |
bool | libdap::D4ParserSax2::get_strict () const |
Get the setting of the 'strict' mode. More... | |
void | libdap::D4ParserSax2::set_strict (bool s) |
Set the 'strict' mode to true or false. More... | |
The strict mode of the parser is the default. In this mode any error will result in an exception and parsing will stop. When strict mode is set to false (forgiving mode?), some errors will be silently ignored. The list of allowed errors is: The Array named by a Map element is not required to be in the DMR. There are no other allowed errors at this time (4/13/16)
|
inline |
Get the setting of the 'strict' mode.
Definition at line 301 of file D4ParserSax2.h.
|
inline |
Set the 'strict' mode to true or false.
Definition at line 297 of file D4ParserSax2.h.