diff options
author | Benjamin Paassen <bpaassen@techfak.uni-bielefeld.de> | 2015-01-16 15:20:49 +0100 |
---|---|---|
committer | Benjamin Paassen <bpaassen@techfak.uni-bielefeld.de> | 2015-01-16 15:20:49 +0100 |
commit | 9929838e62d9c17647d74be54af5853e8b613c4b (patch) | |
tree | 732446f234419a0f1baa5208722e9236affd74bc /src/core/model/Document.hpp | |
parent | 8cf24170a4998e316c1b9c9bfd2b56e266c544cd (diff) |
validate function for Domain::Descriptor.
Diffstat (limited to 'src/core/model/Document.hpp')
-rw-r--r-- | src/core/model/Document.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/model/Document.hpp b/src/core/model/Document.hpp index be8b5c8..c70a6a3 100644 --- a/src/core/model/Document.hpp +++ b/src/core/model/Document.hpp @@ -256,6 +256,8 @@ public: return fields[getFieldDescriptorIndex(fieldDescriptor, true)]; } + bool validate(Logger& logger) const; + // TODO: Change this to move methods. // /** // * This adds a StructureNode to the field with the given name. If an |