| .. |
|
attribute.rb
|
Encode/decode XML entities.
|
2014-09-28 21:53:25 +02:00 |
|
cdata.rb
|
Removed the node_type method crap.
|
2014-09-13 15:09:52 +02:00 |
|
character_node.rb
|
Use a new base class for XML text nodes.
|
2014-08-15 10:43:16 +02:00 |
|
comment.rb
|
Removed the node_type method crap.
|
2014-09-13 15:09:52 +02:00 |
|
doctype.rb
|
Removed the node_type method crap.
|
2014-09-13 15:09:52 +02:00 |
|
document.rb
|
Track document types when parsing.
|
2014-09-16 00:25:51 +02:00 |
|
element.rb
|
Remove all nodes when calling Element#inner_text=
|
2014-12-14 23:32:43 +01:00 |
|
entities.rb
|
Add missing entities to the decode/encode lists
|
2014-11-21 01:53:11 +02:00 |
|
html_void_elements.rb
|
Improved HTML void element detection performance.
|
2014-09-24 11:07:34 +02:00 |
|
lexer.rb
|
Better support for lexing multi-line strings.
|
2014-10-26 11:39:56 +01:00 |
|
namespace.rb
|
Proper namespace support for attributes.
|
2014-08-11 00:40:17 +02:00 |
|
node.rb
|
Removed the node_type method crap.
|
2014-09-13 15:09:52 +02:00 |
|
node_set.rb
|
Added XML::NodeSet#==
|
2014-11-09 18:33:16 +01:00 |
|
parser.y
|
Support for inline doctype rules plus newlines.
|
2014-11-18 20:02:55 +01:00 |
|
processing_instruction.rb
|
Support for parsing XML processing instructions.
|
2014-08-15 22:23:26 +02:00 |
|
pull_parser.rb
|
Removed the node_type method crap.
|
2014-09-13 15:09:52 +02:00 |
|
querying.rb
|
Allow querying of nodes using CSS.
|
2014-11-14 01:05:29 +01:00 |
|
sax_parser.rb
|
Ensure SAX after_element receives meaningful args
|
2014-11-16 23:32:32 +01:00 |
|
text.rb
|
Encode/decode XML entities.
|
2014-09-28 21:53:25 +02:00 |
|
traversal.rb
|
Moved Document#each_node into a separate module.
|
2014-09-05 19:42:38 +02:00 |
|
xml_declaration.rb
|
Removed the node_type method crap.
|
2014-09-13 15:09:52 +02:00 |