Type:
Class
Constants:
START : "<!DOCTYPE"
STOP : ">"
SYSTEM : "SYSTEM"
PUBLIC : "PUBLIC"
DEFAULT_ENTITIES : { 'gt'=>EntityConst::GT, 'lt'=>EntityConst::LT, 'quot'=>EntityConst::QUOT, "apos"=>EntityConst::APOS }

Represents an XML DOCTYPE declaration; that is, the contents of <!DOCTYPE … >. DOCTYPES can be used to declare the DTD of a document, as well as being used to declare entities used in the document.

write
  • References/Ruby on Rails/Ruby/Classes/REXML/REXML::DocType

write( output, indent=0, transitive=false, ie_hack=false ) Instance Public methods output

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

public() Instance Public methods This method retrieves the public identifier

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

system() Instance Public methods This method retrieves the system identifier

2025-01-10 15:47:30