summaryrefslogtreecommitdiff
path: root/src/core/parser/stack/DocumentHandler.hpp
diff options
context:
space:
mode:
authorAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-02-15 21:33:35 +0100
committerAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-02-15 21:33:35 +0100
commit4f2872d9968aec93bebff90d1238347c8a364949 (patch)
tree23fabe56ad2140f0bf90be6b3a3e96f4b7d3f0b4 /src/core/parser/stack/DocumentHandler.hpp
parentb09d5434def76b67e9f87869eeaec2f9266f9535 (diff)
Removed createPath declaration in DocumentHandler
Diffstat (limited to 'src/core/parser/stack/DocumentHandler.hpp')
-rw-r--r--src/core/parser/stack/DocumentHandler.hpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/core/parser/stack/DocumentHandler.hpp b/src/core/parser/stack/DocumentHandler.hpp
index b339b96..2c474f9 100644
--- a/src/core/parser/stack/DocumentHandler.hpp
+++ b/src/core/parser/stack/DocumentHandler.hpp
@@ -101,16 +101,6 @@ private:
DocumentEntity *&parent, bool &inField);
/**
- * Constructs all structured entites along the given path and inserts them
- * into the document graph.
- *
- * @param path is a path containing an alternating series of structured
- * classes and fields.
- * @pram parent is the root entity from which the process should be started.
- */
- void createPath(const NodeVector<Node> &path, DocumentEntity *&parent);
-
- /**
* Tries to convert the given data to the type that is specified in the
* given primitive field.
*