• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..24-May-2020-

MakefileH A D24-May-2020454 1812

READMEH A D24-May-2020297 96

errors.hH A D24-May-20201.2 KiB4319

parser.cH A D24-May-202026.5 KiB1,091802

parser.hH A D24-May-20203.2 KiB10840

utils.hH A D24-May-2020547 2915

README

1Hubbub binding for libdom
2=========================
3
4  This is a wrapper around hubbub's parser API, to facilitate
5  construction of a libdom DOM tree. The basic premise is that the wrapper
6  intercepts the SAX-like events emitted by hubbub's tokeniser then builds
7  a libdom DOM tree from them.
8
9