From 4f2872d9968aec93bebff90d1238347c8a364949 Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Sun, 15 Feb 2015 21:33:35 +0100 Subject: Removed createPath declaration in DocumentHandler --- src/core/parser/stack/DocumentHandler.hpp | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src') 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 @@ -100,16 +100,6 @@ private: void preamble(Handle parentNode, std::string &fieldName, 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 &path, DocumentEntity *&parent); - /** * Tries to convert the given data to the type that is specified in the * given primitive field. -- cgit v1.2.3