oga/lib/oga/xml
Yorick Peterse 14aa420091 Use a new base class for XML text nodes.
The classes Text, Cdata and Comment now extend CharacterData instead of Text.
2014-08-15 10:43:16 +02:00
..
attribute.rb Proper namespace support for attributes. 2014-08-11 00:40:17 +02:00
cdata.rb Use a new base class for XML text nodes. 2014-08-15 10:43:16 +02:00
character_node.rb Use a new base class for XML text nodes. 2014-08-15 10:43:16 +02:00
comment.rb Use a new base class for XML text nodes. 2014-08-15 10:43:16 +02:00
doctype.rb Trimmed XML inspect values. 2014-08-05 23:57:12 +02:00
document.rb Removed Document#available_namespaces. 2014-08-14 23:12:33 +02:00
element.rb Added XML::Element#text_nodes. 2014-08-15 10:07:49 +02:00
lexer.rb Corrected various YARD tags. 2014-07-22 21:28:44 +02:00
namespace.rb Proper namespace support for attributes. 2014-08-11 00:40:17 +02:00
node.rb Ripped out inspect fuckery. 2014-08-07 21:09:10 +02:00
node_set.rb Ripped out inspect fuckery. 2014-08-07 21:09:10 +02:00
parser.y Proper namespace support for elements. 2014-08-11 00:41:36 +02:00
pull_parser.rb Contextual pull parsing. 2014-04-29 23:05:49 +02:00
text.rb Use a new base class for XML text nodes. 2014-08-15 10:43:16 +02:00
xml_declaration.rb Trimmed XML inspect values. 2014-08-05 23:57:12 +02:00