XML Parser v C++
Loading...
Downloads
34
Date issued
Authors
Journal Title
Journal ISSN
Volume Title
Publisher
Vysoká škola báňská - Technická univerzita Ostrava
Location
Signature
Abstract
The aim of this bachelor thesis is to design and implement XML parser in C++ language with SAX and DOM interface. Priorities while creating parser were speed of XML document processing, memory efficiency and simple user-friendly interface. The teoretical part contains detailed introduction to the XML language, the implementation of the parser, comparison with existing parsers in different programming languages and user manual in form of user documentation.
Description
Subject(s)
XML, C++, Parser, SAX, DOM