oga/lib/oga/xml
Yorick Peterse f2d69af33b Distinguish default attribute/element namespaces
The previous commit messed this up because I wasn't fully awake.
2015-03-26 00:43:50 +01:00
..
attribute.rb Distinguish default attribute/element namespaces 2015-03-26 00:43:50 +01: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
default_namespace.rb Distinguish default attribute/element namespaces 2015-03-26 00:43:50 +01: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 Corrected YARD formatting 2015-03-23 00:31:56 +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 Use parse_with_cache when querying xpath/css 2015-03-23 00:23:46 +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