oga/lib/oga/xml
Yorick Peterse 7c41fa814f Default attribute namespaces.
When an attribute is prefixed with "xml" the default namespace should be used
automatically. This namespace is not registered on element level by default as
this namespace isn't registered manually, instead it's a "magic" namespace. This
also ensures we match the behaviour of libxml more closely, hopefully reducing
confusion.
2014-08-27 20:24:40 +02:00
..
attribute.rb Default attribute namespaces. 2014-08-27 20:24:40 +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 Lexing of XML processing instructions. 2014-08-15 22:04:45 +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 Ignore comment nodes in NodeSet#text. 2014-08-22 11:05:39 +02:00
parser.y Support for parsing XML processing instructions. 2014-08-15 22:23:26 +02:00
processing_instruction.rb Support for parsing XML processing instructions. 2014-08-15 22:23:26 +02:00
pull_parser.rb Support for parsing XML processing instructions. 2014-08-15 22:23:26 +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