kolibrios/programs/network/netsurf/libdom/bindings/hubbub
Dmitry Pereverzev (SoUrcerer) 370da47fa0 Netsurf initial port (still needs native ui and cURL)
git-svn-id: svn://kolibrios.org@3584 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-06-01 17:14:14 +00:00
..
errors.h Netsurf initial port (still needs native ui and cURL) 2013-06-01 17:14:14 +00:00
Makefile Netsurf initial port (still needs native ui and cURL) 2013-06-01 17:14:14 +00:00
parser.c Netsurf initial port (still needs native ui and cURL) 2013-06-01 17:14:14 +00:00
parser.h Netsurf initial port (still needs native ui and cURL) 2013-06-01 17:14:14 +00:00
README Netsurf initial port (still needs native ui and cURL) 2013-06-01 17:14:14 +00:00
utils.h Netsurf initial port (still needs native ui and cURL) 2013-06-01 17:14:14 +00:00

Hubbub binding for libdom
=========================

  This is a wrapper around hubbub's parser API, to facilitate
  construction of a libdom DOM tree. The basic premise is that the wrapper
  intercepts the SAX-like events emitted by hubbub's tokeniser then builds
  a libdom DOM tree from them.