oga/spec/oga/xml
Yorick Peterse 57fcbbd0fc Allow Document#each_node to skip child nodes.
Child nodes can be skipped by throwing :skip_children.
2014-08-04 10:00:32 +02:00
..
lexer Use XML::Attribute for element attributes. 2014-07-20 07:29:37 +02:00
parser Use XML::Attribute for element attributes. 2014-07-20 07:29:37 +02:00
pull_parser Contextual pull parsing. 2014-04-29 23:05:49 +02:00
attribute_spec.rb Added the XML::Attribute class. 2014-07-16 10:08:11 +02:00
cdata_spec.rb Contextual pull parsing. 2014-04-29 23:05:49 +02:00
comment_spec.rb Contextual pull parsing. 2014-04-29 23:05:49 +02:00
doctype_spec.rb Support for lexing/parsing inline doctypes. 2014-05-10 00:28:11 +02:00
document_spec.rb Allow Document#each_node to skip child nodes. 2014-08-04 10:00:32 +02:00
element_spec.rb Use XML::Attribute for element attributes. 2014-07-20 07:29:37 +02:00
node_set_spec.rb Use XML::Attribute for element attributes. 2014-07-20 07:29:37 +02:00
node_spec.rb Specs for various XPath::Evaluator helper methods. 2014-07-22 21:04:09 +02:00
text_spec.rb Contextual pull parsing. 2014-04-29 23:05:49 +02:00
xml_declaration_spec.rb Contextual pull parsing. 2014-04-29 23:05:49 +02:00