summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2015-02-15changed order of fields in StructuredClass::getFieldDescriptorsBenjamin Paassen
2015-02-15Using osxml-extension in osxml parserAndreas Stöckel
2015-02-15Removed createPath declaration in DocumentHandlerAndreas Stöckel
2015-02-15Removed no longer available getVariantTypesAndreas Stöckel
2015-02-15Merge branch 'astoecke_parser_stack_new'Andreas Stöckel
2015-02-15Fixed StaticFieldHandler using empty stringsAndreas Stöckel
2015-02-15Domains an Typesystems can also be declared inlineAndreas Stöckel
2015-02-15Declaring States in the Handler classesAndreas Stöckel
2015-02-15Displaying error messages at the location of the argumentAndreas Stöckel
2015-02-15added cardinality type.Benjamin Paassen
2015-02-15fixed a bug in instance counting in DocumentEntity::doValidate and made the v...Benjamin Paassen
2015-02-15added getChildrenWithSubclasses and thus made pathTo and collect more compact.Benjamin Paassen
2015-02-15fixed a bug in pathTo functions.Benjamin Paassen
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-15added pathTo and getDefaultFields for FieldDescriptors.Benjamin Paassen
2015-02-15Slightly adapted Handler instances to new Handler, once again passing non-con...Andreas Stöckel
2015-02-15Removed unneeded owner parameter from ParserScopeAndreas Stöckel
2015-02-15Removed Typesystem read code again -- using ParseGenericString insteads. It o...Andreas Stöckel
2015-02-15Added "markAsMagic" function, autoformatAndreas Stöckel
2015-02-15Fixed compilation of VariantReader and Typesystem on GCC 4.9Andreas Stöckel
2015-02-15Merge branch 'master' into astoecke_parser_stack_newAndreas Stöckel
2015-02-15Included handler classes from masterAndreas Stöckel
2015-02-15Added missing header inclusionAndreas Stöckel
2015-02-15Implemented most of the desired behaviour of the Stack class, added unit testsAndreas Stöckel
2015-02-15Commented out Callbacks in Handler, this is not implemented yetAndreas Stöckel
2015-02-15Fixed isIdentifier and isNamespacedIdentifier, added and used isIdentifierOrE...Andreas Stöckel
2015-02-15Renamed StateStack to StackAndreas Stöckel
2015-02-15Renamed header guardAndreas Stöckel
2015-02-15Implemented StaticFieldHandler and EmptyHandler default handler classesAndreas Stöckel
2015-02-15Added isNamespacedIdentifier method to UtilsAndreas Stöckel
2015-02-15Renamed parser/generic to parser/stack and made filenames much shorterAndreas Stöckel
2015-02-15Tidied OsxmlEventParser up, implemented correct whitespace handling, started ...Andreas Stöckel
2015-02-14Moved Tokenizer to core/parser/utils and adapted nameAndreas Stöckel
2015-02-14Redefined public interface of ParserStateStackAndreas Stöckel
2015-02-14Implemented callback functions in ParserStateHandlerAndreas Stöckel
2015-02-14Splitted ParserStateCallbacks into two classes, one for communication between...Andreas Stöckel
2015-02-14Removed GenericParser. All needed functionality will be present in the Stack ...Andreas Stöckel
2015-02-14Moved some of the whitespace functionality back to UtilsAndreas Stöckel
2015-02-14Removed Whitespace file againAndreas Stöckel
2015-02-14Moved DynamicTokenizer and TokenTrie to parser/utilsAndreas Stöckel
2015-02-14Renamed ParserStateStack to ParserStackAndreas Stöckel
2015-02-14Moved code for the "Handler" class to own unitAndreas Stöckel
2015-02-14Header for Callbacks that can be directed from a ParserHandler to the parser ...Andreas Stöckel
2015-02-14Introduced "GenericParser" class for common code shared between parsersAndreas Stöckel
2015-02-14Moved code for handling whitespaces to own header, including the "WhitespaceM...Andreas Stöckel
2015-02-14Moved specific file format parsers to formats/ folder, moved old tokenizer to...Andreas Stöckel
2015-02-14added DocumentEntity::getField with direct indexation.Benjamin Paassen
2015-02-14added Element::getAttributes and changed newline characters in serialization ...Benjamin Paassen
2015-02-13set primitive type of primitive fields to unknown initially.Benjamin Paassen