summaryrefslogtreecommitdiff
path: root/src/plugins/xml
AgeCommit message (Expand)Author
2016-04-25Got rid of some unecessary output in ontology serialization.Benjamin Paassen
2016-04-25fixed nullpointer exceptions in XML output.Benjamin Paassen
2016-04-25added support for typesystem constants in serialization.Benjamin Paassen
2016-04-25added enum type support for serialization.Benjamin Paassen
2016-04-25fixed a bug in default value handling.Benjamin Paassen
2016-04-25added serialization support for attributes descriptors.Benjamin Paassen
2016-04-25First steps towards typesystem serialization. struct types can be successfull...Benjamin Paassen
2016-04-25handled output transformation of syntax descriptors (except for special tokens).Benjamin Paassen
2016-04-25fixed some bugs in domain serialization and added first integration test for it.Benjamin Paassen
2016-04-25started to implement capabilities for ontology serialization.Benjamin Paassen
2016-04-25added a new integration test for complicated inheritance of fields.Benjamin Paassen
2015-03-04Fix typoAndreas Stöckel
2015-03-01Renamed domain to ontology.Benjamin Paassen
2015-02-24Fixed problem with XML namespaces being too verboseAndreas Stöckel
2015-02-23Output element names in XML serializationAndreas Stöckel
2015-02-18resvised XML output for structtype instances.Benjamin Paassen
2015-02-18added support for primitive subtree fields in XMLOutput.Benjamin Paassen
2015-02-17added annotation support in XmlOutput.Benjamin Paassen
2015-02-17added domain as XML namespace and corrected toString handling.Benjamin Paassen
2015-02-16Included explicit encoding and standalone flag in xml outputAndreas Stöckel
2015-02-15Merge branch 'astoecke_parser_stack_new'Andreas Stöckel
2015-02-15removed enquoting from primitive string content in XML output.Benjamin Paassen
2015-02-15Merge branch 'master' into astoecke_parser_stack_newAndreas Stöckel
2015-02-14Moved specific file format parsers to formats/ folder, moved old tokenizer to...Andreas Stöckel
2015-02-14added first version of XML output.Benjamin Paassen
2015-02-13refactored handler classes of XMLParser into own files in core/parser/stack.Benjamin Paassen
2015-02-13integrated Type::read into XMLParser which should enable us to read data for ...Benjamin Paassen
2015-02-12improved XML parser to support transparency on default fields.Benjamin Paassen
2015-02-12restructured pathTo. Also fixed some issues with that method and made it more...Benjamin Paassen
2015-02-12refactored FieldDescriptor resolution into own function in ParserScope for mo...Benjamin Paassen
2015-02-12addes special resolve case in ParserScope::resolve for default field descript...Benjamin Paassen
2015-02-11changed semantics of default field, now referring to the only TREE field.Benjamin Paassen
2015-02-11made isSubtree (fieldType) and primitivity orthogonal concepts: PRIMITIVE is ...Benjamin Paassen
2015-02-10consistent nomenclature for reference concepts.Benjamin Paassen
2015-02-08first attempt on incorporating transparency: It does work now, even though on...Benjamin Paassen
2015-02-08restructured the FieldDescriptor mechanism.Benjamin Paassen
2015-02-07Unified handling of references to Rtti instances: Now using pointers everywhereAndreas Stöckel
2015-02-06enabled xml parser to parse documents (at least in a first version).Benjamin Paassen
2015-02-06made cardinality to an own class instead of using.Benjamin Paassen
2015-02-06Merge branch 'master' of somweyr.de:ousiaBenjamin Paassen
2015-02-06started to implement document parsing.Benjamin Paassen
2015-02-06Do not capture referencesAndreas Stöckel
2015-02-04allowed actual field descriptor references.Benjamin Paassen
2015-02-04got annotation parsing to work with the comments domain. detected a bug, thou...Benjamin Paassen
2015-02-04added DEFAULT_FIELD_NAME to XmlParser.Benjamin Paassen
2015-02-04added mechanism for parent parsing, which does not fully work as of now.Benjamin Paassen
2015-02-04Merge branch 'master' of somweyr.de:ousiaBenjamin Paassen
2015-02-04Implemented parsing of enum typesAndreas Stöckel
2015-02-04further work on domain parsing. This is not a working state yet.Benjamin Paassen
2015-02-03Fixed XML-Importer failingAndreas Stöckel