class

REXML::DocType

v1_9_1_378 - Show latest stable - Superclass: Parent

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.

Included modules

  • REXML::XMLTokens

Constants

DEFAULT_ENTITIES = { \n'gt'=>EntityConst::GT, \n'lt'=>EntityConst::LT, \n'quot'=>EntityConst::QUOT, \n"apos"=>EntityConst::APOS \n}

PUBLIC = "PUBLIC"

START = "<!DOCTYPE"

STOP = ">"

SYSTEM = "SYSTEM"

Attributes

[R]entities
[R]external_id
[R]name
[R]namespaces

Files

  • lib/rexml/doctype.rb