Type:
Class
Constants:
DECLARATION : XMLDecl.default

A convenient default XML declaration. If you want an XML declaration, the easiest way to add one is mydoc << Document::DECLARATION DEPRECATED Use: mydoc << REXML::XMLDecl.default

Represents a full XML document, including PIs, a doctype, etc. A Document has a single child that can be accessed by root(). Note that if you want to have an XML declaration written for a document you create, you must add one; REXML documents do not write a default declaration for you. See |DECLARATION| and |write|.

version
  • References/Ruby on Rails/Ruby/Classes/REXML/REXML::Document

version() Instance Public methods @return the

2025-01-10 15:47:30
entity_expansion_text_limit
  • References/Ruby on Rails/Ruby/Classes/REXML/REXML::Document

entity_expansion_text_limit() Class Public methods Get the entity expansion

2025-01-10 15:47:30