summaryrefslogtreecommitdiff
path: root/src/plugins/xml/XmlOutput.cpp
AgeCommit message (Expand)Author
2016-04-25Generate unique IDs for XmlOutput and serialize thoseAndreas Stöckel
2016-04-25Made all functions in XMLOutput static and added TODO regarding restructuring...Andreas Stöckel
2016-04-25Serialize greedy flagAndreas Stöckel
2016-04-25Replace NodeVector by ManagedVector where NodeVector functionality is not nee...Andreas Stöckel
2016-04-25handled special tokens in ontology serialization.Benjamin Paassen
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-15removed enquoting from primitive string content in XML output.Benjamin Paassen
2015-02-14added first version of XML output.Benjamin Paassen