oga/lib/oga/xml
Yorick Peterse 71aefb53cc Started porting the XML parser to ruby-ll
This is far from done.
2015-03-21 01:22:59 +01:00
..
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 Added XML::NodeSet#== 2014-11-09 18:33:16 +01:00
parser.rll Started porting the XML parser to ruby-ll 2015-03-21 01:22:59 +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 Lazy decoding of XML/HTML entities. 2015-03-05 23:00:43 +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