libcsem  0.2
microdata/RDFa-Lite Library

microdata/RDFa-Lite Library enables native applications to extract them from HTML5 with high performance and small heap size.

Function

  • Parser for HTML5 microdata, RDFa Lite 1.1
    • Light weight streaming parser
      • Parse chunk html little by little, and when microdata/RDFa-Lite is detected, the corresponding events are passed via callback handlers
      • Because currently the parsers work on SAX parser and don't create large DOM tree internally, applications can reduce the memory foot print
    • Data model builder
      • Create a data model based on the parsed result of underlying streaming parser
      • All semantics of microdata/RDFa-Lite can be accessed via HTML5 microdata API

Platform

  • Ubuntu12.04
  • Dependency
Author:
Hitoshi Uchida <uchida@w3.org>
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines