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.
Constants
DEFAULT_ENTITIES = { 'gt'=>EntityConst::GT, 'lt'=>EntityConst::LT, 'quot'=>EntityConst::QUOT, "apos"=>EntityConst::APOS }
PUBLIC = "PUBLIC"
SYSTEM = "SYSTEM"
STOP = ">"
START = "
Attributes
| [R] | namespaces | name is the name of the doctype external_id is the referenced DTD, if given | 
| [R] | entities | name is the name of the doctype external_id is the referenced DTD, if given | 
| [R] | external_id | name is the name of the doctype external_id is the referenced DTD, if given | 
| [R] | name | name is the name of the doctype external_id is the referenced DTD, if given | 

 RSpec
RSpec Ruby on Rails
Ruby on Rails Ruby
Ruby 
   
   
   
    
 = protected
 = protected
    