summaryrefslogtreecommitdiff
path: root/src/plugins/xml
AgeCommit message (Collapse)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 ↵Andreas Stöckel
restructuring the code
2016-04-25Serialize greedy flagAndreas Stöckel
2016-04-25Replace NodeVector by ManagedVector where NodeVector functionality is not ↵Andreas Stöckel
needed. Reduces calls to "Manager.registerEvent" to <10% of original value
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 ↵Benjamin Paassen
successfully serialized.
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
Conflicts: application/src/core/parser/stack/DocumentHandler.cpp application/src/core/parser/stack/DocumentHandler.hpp
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
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-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-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
arbitrary types now.
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 ↵Benjamin Paassen
more general.
2015-02-12refactored FieldDescriptor resolution into own function in ParserScope for ↵Benjamin Paassen
more cleanliness and less overhead.
2015-02-12addes special resolve case in ParserScope::resolve for default field ↵Benjamin Paassen
descriptors and changed resolve mechanism in parent field refs to just asking for the FieldDescriptor with the given name.
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
no FieldType anymore.
2015-02-10consistent nomenclature for reference concepts.Benjamin Paassen
2015-02-08first attempt on incorporating transparency: It does work now, even though ↵Benjamin Paassen
only if we have a stable "anchor" at the bottom, meaning an explicit structuredclass. We can build the bridge in between. A mechanism to incorporate transparency when only fields are referenced is still missing, though.
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
Conflicts: application/src/plugins/xml/XmlParser.cpp
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, ↵Benjamin Paassen
though (or better said: A conceptual problem)
2015-02-04added DEFAULT_FIELD_NAME to XmlParser.Benjamin Paassen