.. |
attribute.rb
|
Use ternary "if" when encoding attribute values
|
2015-06-16 22:48:42 +02:00 |
cdata.rb
|
Removed redundant returns
|
2015-06-16 00:51:51 +02:00 |
character_node.rb
|
Removed redundant returns
|
2015-06-16 00:51:51 +02:00 |
comment.rb
|
Removed redundant returns
|
2015-06-16 00:51:51 +02:00 |
default_namespace.rb
|
Distinguish default attribute/element namespaces
|
2015-03-26 00:43:50 +01:00 |
doctype.rb
|
Removed redundant returns
|
2015-06-16 00:51:51 +02:00 |
document.rb
|
Added XML::Document#root_node
|
2015-08-19 20:14:20 +02:00 |
element.rb
|
Removed redundant returns
|
2015-06-16 00:51:51 +02:00 |
entities.rb
|
Splits entity decoding into two steps.
|
2015-06-30 17:56:26 +02:00 |
html_void_elements.rb
|
Mark HTML_VOID_ELEMENTS as private
|
2015-05-17 21:59:14 +02:00 |
lexer.rb
|
Fixes #129 - lexing superfluous end tags.
|
2015-07-23 13:16:11 +01:00 |
namespace.rb
|
Removed redundant returns
|
2015-06-16 00:51:51 +02:00 |
node.rb
|
Added XML::Node#each_ancestor
|
2015-08-19 20:14:20 +02:00 |
node_set.rb
|
Improved NodeSet performance by a factor of 50
|
2015-08-19 01:36:37 +02:00 |
parser.rll
|
Removed some explicit returns in .rll files
|
2015-08-19 20:14:19 +02:00 |
processing_instruction.rb
|
Removed redundant returns
|
2015-06-16 00:51:51 +02:00 |
pull_parser.rb
|
Removed usage of YARD @!attribute macros
|
2015-06-16 00:04:10 +02:00 |
querying.rb
|
Removed redundant returns
|
2015-06-16 00:51:51 +02:00 |
sax_parser.rb
|
Removed redundant returns
|
2015-06-16 00:51:51 +02:00 |
text.rb
|
Removed redundant returns
|
2015-06-16 00:51:51 +02:00 |
traversal.rb
|
Use pop/push vs shift/unshift in each_node
|
2015-08-07 14:08:54 +02:00 |
xml_declaration.rb
|
Removed redundant returns
|
2015-06-16 00:51:51 +02:00 |