oga/spec/oga
Yorick Peterse 317b49bcf6 Implemented a basic SAX API.
This API is a little bit dodgy (similar to Nokogiri's API) due to the use of
separate parser and handler classes. This is done to ensure that the return
values of callback methods (e.g. on_element) aren't used by Racc for building
AST trees. This also ensures that whatever variables are set by the handler
don't conflict with any variables of the parser.

This fixes #42.
2014-09-16 14:30:46 +02:00
..
html Implemented a basic SAX API. 2014-09-16 14:30:46 +02:00
xml Implemented a basic SAX API. 2014-09-16 14:30:46 +02:00
xpath XPath support for absolute paths without tests. 2014-09-15 17:06:58 +02:00
oga_spec.rb Implemented a basic SAX API. 2014-09-16 14:30:46 +02:00