oga/lib/oga/xml
Yorick Peterse 68f1f9f660
Relax parsing of XML doctypes
This allows the parser to parse doctypes that contain a mixture of
names, public IDs, inline rules, etc.

Fixes #159
2016-09-06 22:25:22 +02:00
..
attribute.rb Generate XML without relying on recursion 2016-09-04 19:19:00 +02:00
cdata.rb Generate XML without relying on recursion 2016-09-04 19:19:00 +02:00
character_node.rb Generate XML without relying on recursion 2016-09-04 19:19:00 +02:00
comment.rb Generate XML without relying on recursion 2016-09-04 19:19:00 +02:00
default_namespace.rb Removed start/end comments of YARD blocks 2015-09-01 19:59:52 +02:00
doctype.rb Generate XML without relying on recursion 2016-09-04 19:19:00 +02:00
document.rb Generate XML without relying on recursion 2016-09-04 19:19:00 +02:00
element.rb Generate XML without relying on recursion 2016-09-04 19:19:00 +02:00
entities.rb Preserve entities that can't be decoded 2016-02-09 19:51:53 +01:00
expanded_name.rb Removed start/end comments of YARD blocks 2015-09-01 19:59:52 +02:00
generator.rb Generate XML without relying on recursion 2016-09-04 19:19:00 +02:00
html_void_elements.rb Removed start/end comments of YARD blocks 2015-09-01 19:59:52 +02:00
lexer.rb Remove call to reset_native in Lexer#lex 2016-07-13 17:19:42 +02:00
namespace.rb Removed start/end comments of YARD blocks 2015-09-01 19:59:52 +02:00
node.rb Use static variables for Node#previous/#next 2016-09-04 21:07:35 +02:00
node_set.rb Use static variables for Node#previous/#next 2016-09-04 21:07:35 +02:00
parser.rll Relax parsing of XML doctypes 2016-09-06 22:25:22 +02:00
processing_instruction.rb Generate XML without relying on recursion 2016-09-04 19:19:00 +02:00
pull_parser.rb Remove Parser#reset and PullParser#reset 2016-07-13 17:19:42 +02:00
querying.rb Removed start/end comments of YARD blocks 2015-09-01 19:59:52 +02:00
sax_parser.rb Removed start/end comments of YARD blocks 2015-09-01 19:59:52 +02:00
text.rb Generate XML without relying on recursion 2016-09-04 19:19:00 +02:00
to_xml.rb Generate XML without relying on recursion 2016-09-04 19:19:00 +02:00
traversal.rb Removed start/end comments of YARD blocks 2015-09-01 19:59:52 +02:00
xml_declaration.rb Generate XML without relying on recursion 2016-09-04 19:19:00 +02:00