..
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
Added XML::Document#html?
2015-03-02 16:39:40 +01:00
element.rb
Set parent of nodes set using Element#inner_text=
2015-03-03 13:13:05 +01:00
entities.rb
Lazy decoding of XML/HTML entities.
2015-03-05 23:00:43 +01:00
html_void_elements.rb
Improved HTML void element detection performance.
2014-09-24 11:07:34 +02:00
lexer.rb
Lazy decoding of XML/HTML entities.
2015-03-05 23:00:43 +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
Don't use Array#uniq in NodeSet#initialize.
2015-03-21 01:22:59 +01:00
parser.rll
Use the ? operator in the XML parser
2015-03-21 01:23:00 +01:00
processing_instruction.rb
Support for parsing XML processing instructions.
2014-08-15 22:23:26 +02:00
pull_parser.rb
Fixed the pull parser for the XML LL parser.
2015-03-21 01:22:59 +01:00
querying.rb
Allow querying of nodes using CSS.
2014-11-14 01:05:29 +01:00
sax_parser.rb
Fixed SAX parsing of XML attributes.
2015-03-21 01:22:59 +01:00
text.rb
Removed Mutex usage from XML::Text
2015-03-21 01:27:00 +01: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