XMLCC

Generating, searching and parsing XML files
Download

XMLCC Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Christian Scheiblich
  • Publisher web site:
  • http://www.ite.uni-stuttgart.de/institut/personal/scheiblich/index.html

XMLCC Tags


XMLCC Description

Generating, searching and parsing XML files XMLCC is a library written in C++ based on design patterns for generating, searching, and parsing even malformed XML files. Two Parsers are available: C++ SAX API for event based parsing and a C++ DOM like Parser based on a document object model. Here are some key features of "XMLCC": · event based parsing using a C++ SAX API ( like Java SAX API) · Object Document Model (DOM) parser using the composite pattern · searching in DOM structure by tags, values, and attributes · XML generation in DOM structure simplfied by a builder pattern What's New in This Release: · added a new class named DOM::BUFFER which reads from a std::string and returns a XMLCC::Object* of type XMLCC::ROOT* keeping all XML syntax · renamed class DOM::Converter 2 DOM::Tokenizer in case of better naming · added 80 sign comment bars for grouping code · changed includes in headers due to defines for compiler · added comments at DOM:: class · added DEV namespace for new developemetns and tryouts · added a parser 2 DEV for splitting it to functions · reprogramed at DEV namespace the parser with common member vars and functions for files and buffers · added get functions to DOM::Sorter for getting values and attributes from an object · extended example in main · bug fix for empty attributes in class Builder · added directory XMLCC keeping malformed.xml and newFeed.rss for execution of test binary xmlcc


XMLCC Related Software