summaryrefslogtreecommitdiff
path: root/src/formats
AgeCommit message (Collapse)Author
2015-02-17Fixed creating a document where no document should be created (I actually ↵Andreas Stöckel
thought of this bug before it occurred!)
2015-02-17Usinge COLLAPSE whitespace mode in OSXML parser to match default behaviour ↵Andreas Stöckel
of the OSML parser
2015-02-16Updating logger default position for better error messages if an exception ↵Andreas Stöckel
is thrown or no explicit location was given in a logger call
2015-02-15Added OsmlParserTestAndreas Stöckel
2015-02-15Added (completely untested) osxml parserAndreas Stöckel
2015-02-15Implemented OsxmlParserAndreas Stöckel
2015-02-15Made OsxmlEvents interface consistent with Stack commandsAndreas Stöckel
2015-02-15Merge branch 'master' into astoecke_parser_stack_newAndreas Stöckel
Conflicts: application/CMakeLists.txt application/src/core/parser/stack/DocumentHandler.hpp application/src/core/parser/stack/DomainHandler.hpp application/src/core/parser/stack/ImportIncludeHandler.hpp
2015-02-15Renamed OsxmlParserAndreas Stöckel
2015-02-15Made flags only one bit wideAndreas Stöckel
2015-02-15Implemented annotation start and end fieldAndreas Stöckel
2015-02-15Added code for the handling of explicit default fields and improved unit testsAndreas Stöckel
2015-02-15Tidied OsxmlEventParser up, implemented correct whitespace handling, started ↵Andreas Stöckel
to write unit tests for the osxml parser
2015-02-14Renamed osdm to osml and osdmx to osxmlAndreas Stöckel
2015-02-14renamed osdm to osml and osdmx to osxmlAndreas Stöckel
2015-02-14Moved DynamicTokenizer and TokenTrie to parser/utilsAndreas Stöckel
2015-02-14Moved textHandlers to whitespace handlersAndreas Stöckel
2015-02-14Moved specific file format parsers to formats/ folder, moved old tokenizer ↵Andreas Stöckel
to css code (this is the only place where it is actually used)
2015-02-10Renamed some files and changed folder structureAndreas Stöckel