Module: Moxml::Adapter::CustomizedLeptris
- Defined in:
- lib/moxml/adapter/customized_leptris.rb,
lib/moxml/adapter/customized_leptris/doctype.rb,
lib/moxml/adapter/customized_leptris/declaration.rb,
lib/moxml/adapter/customized_leptris/document_pi.rb,
lib/moxml/adapter/customized_leptris/text_segment.rb,
lib/moxml/adapter/customized_leptris/entity_reference.rb
Overview
Pure-Ruby node kinds that libleptris has no native representation for: XML declarations, programmatic DOCTYPEs, entity references, and document-level processing instructions. The adapter stores them via NativeAttachment and serializes them from #to_xml.
Defined Under Namespace
Classes: Declaration, Doctype, DocumentPI, TextSegment