|
Hermes2D
3.0
|
#include <mixins2d.h>
Inheritance diagram for Hermes::Hermes2D::Mixins::XMLParsing:Public Member Functions | |
| XMLParsing () | |
| Constructor. | |
| void | set_validation (bool to_set) |
| Set to validate / not to validate. | |
Protected Attributes | |
| bool | validate |
| Internal. | |
Any XML parsing class should inherit from this mixin. It serves various purposes, first of which is disabling / re-enabling of validation against the schema referenced in a file being loaded.
Definition at line 22 of file mixins2d.h.