summaryrefslogtreecommitdiff
path: root/bindings/hubbub/parser.h
Commit message (Collapse)AuthorAgeFilesLines
* Make hubbub parser binding build trees correctly (credit: Bo Yang)John Mark Bell2009-03-051-1/+32
| | | | svn path=/trunk/dom/; revision=6711
* Make TestObject support both HTML and XML documents and auto-detect which ↵John Mark Bell2007-11-041-3/+3
| | | | | | | | | | parser to use. Make binding testcase attempt to load an HTML document. Hubbub parser binding constructor takes Aliases file path as a parameter. Hubbub parser binding's token handler now spews debug at stdout. svn path=/trunk/dom/; revision=3648
* Beginnings of a hubbub binding to libdomJohn Mark Bell2007-11-041-0/+40
Currently comprises a stubbed-out parser wrapper Todo: 1) Complete parser wrapper, such that it actually creates a DOM tree 2) Provide a hubbub-backed DOMImplementationSource svn path=/trunk/dom/; revision=3646