summaryrefslogtreecommitdiff
path: root/src/core/parser/stack/DocumentHandler.cpp
AgeCommit message (Expand)Author
2016-04-25Replace Typesystem "MagicCallback" by a more generic one.Andreas Stöckel
2016-04-25Implement non-greedy behaviour for short tokensAndreas Stöckel
2016-04-25Pass "greedy" flag to Handler::startTokenAndreas Stöckel
2016-04-25Pass "isImplicit" flag to Handler::fieldStartAndreas Stöckel
2016-04-25Replace NodeVector by ManagedVector where NodeVector functionality is not nee...Andreas Stöckel
2016-04-25Reimplement closeToken handlingAndreas Stöckel
2016-04-25Store whether the DocumentField is part of an explicit field inside the "Docu...Andreas Stöckel
2016-04-25AutoformatAndreas Stöckel
2016-04-25Improved error message if data is not allowed hereAndreas Stöckel
2016-04-25fixed a bug in the DocumentHandler which lead to problems in case of empty ex...Benjamin Paassen
2016-04-25added test for empty explicit fields, which currently fails.Benjamin Paassen
2016-04-25First implementation of user defined syntax, many features still missing and ...Andreas Stöckel
2016-04-25Use getFieldDescriptor method with numeric indexAndreas Stöckel
2016-04-25Remove "inherit" flag in TokenStack, add tiny unit test for TokenStack, tempo...Andreas Stöckel
2016-04-25Add getDescriptor method to DocumentField classAndreas Stöckel
2016-04-25Reenable pushing user defined tokens onto the stack (however, user defined to...Andreas Stöckel
2015-03-04Prepared implementation of user defined tokensAndreas Stöckel
2015-03-03added more complex tests and prevented endless loops in DocumentChildHandler:...Andreas Stöckel
2015-03-03Implemented annotation handlingAndreas Stöckel
2015-03-03Storing type and name in the HandlerData once again, using a TokenAndreas Stöckel
2015-03-02Storing type and name in the HandlerData once again, using a TokenAndreas Stöckel
2015-03-02Implemented new "start" methods in the Handler instancesAndreas Stöckel
2015-03-02Got all handlers compling againAndreas Stöckel
2015-03-01improved error messages for empty field names.Benjamin Paassen
2015-03-01Renamed domain to ontology.Benjamin Paassen
2015-02-25start of branch, commit log will be rewrittenAndreas Stöckel
2015-02-18fixed a bug with empty fields.Benjamin Paassen
2015-02-18fixed a bug with doubled root nodes.Benjamin Paassen
2015-02-18Fix for issue #85 -- only allowing explicit fields if no structure elements o...Andreas Stöckel
2015-02-18Implemented automatic validation of RootNode instances in ParserScopeAndreas Stöckel
2015-02-17Remove debug informationAndreas Stöckel
2015-02-17Merge branch 'master' of somweyr.de:ousiaBenjamin Paassen
2015-02-17added some debug information to document handler.Benjamin Paassen
2015-02-17Improved error messages in case no primitive field is present, but data is givenAndreas Stöckel
2015-02-16completely reworked document handler to be consistent with OSML and provide m...Benjamin Paassen
2015-02-16added return value in addFieldDescriptor related methods to indicate whether ...Benjamin Paassen
2015-02-15Merge branch 'astoecke_parser_stack_new'Andreas Stöckel
2015-02-15Declaring States in the Handler classesAndreas Stöckel
2015-02-15added support for transparency between explicit fields and child structure el...Benjamin Paassen
2015-02-15added support for transparent elements between explicit fields and primitive ...Benjamin Paassen
2015-02-15Slightly adapted Handler instances to new Handler, once again passing non-con...Andreas Stöckel
2015-02-15Included handler classes from masterAndreas Stöckel
2015-02-13improved error messages of DocumentChildHandler::dataBenjamin Paassen
2015-02-13refactored handler classes of XMLParser into own files in core/parser/stack.Benjamin Paassen