oga/lib/oga/xml
Yorick Peterse 9dfdefee47 Removed XML::Lexer#buffering?
Instead of wrapping a predicate method around the ivar we'll just access it
directly. This reduces average lexing times in the big XML benchmark from 7,5
to ~7 seconds.
2014-05-01 22:59:56 +02:00
..
cdata.rb Contextual pull parsing. 2014-04-29 23:05:49 +02:00
comment.rb Contextual pull parsing. 2014-04-29 23:05:49 +02:00
doctype.rb Contextual pull parsing. 2014-04-29 23:05:49 +02:00
document.rb Revert "Move linking of child nodes to a dedicated mixin." 2014-04-24 21:16:31 +02:00
element.rb Contextual pull parsing. 2014-04-29 23:05:49 +02:00
lexer.rl Removed XML::Lexer#buffering? 2014-05-01 22:59:56 +02:00
node.rb Contextual pull parsing. 2014-04-29 23:05:49 +02:00
parser.y Track element name nesting in the pull parser. 2014-04-28 23:40:36 +02:00
pull_parser.rb Contextual pull parsing. 2014-04-29 23:05:49 +02:00
text.rb Contextual pull parsing. 2014-04-29 23:05:49 +02:00
xml_declaration.rb Contextual pull parsing. 2014-04-29 23:05:49 +02:00