Class: ElementDecl (REXML::DTD)

Overview
Module Structure
Class Hierarchy
Constants
ElementDecl::START
ElementDecl::START_RE
ElementDecl::PATTERN_RE
Instance Methods
ElementDecl#initialize
is a submodule of
module: DTD ( REXML )
inherits from
  Child ( REXML )
has properties
constant: START   
constant: START_RE   
constant: PATTERN_RE   
method: initialize   
is defined at
#4 in rexml/dtd/elementdecl.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: REXML
  class: Child
  module: DTD
class: ElementDecl     

Class Hierarchy

Object ( Builtin-Module )
has properties
method: dclone   
Child ( REXML )
includes
  Node ( REXML )
has properties
attribute: parent [R]   
method: initialize / 1   
method: replace_with / 1   
method: remove   
method: parent= / 1   
alias: next_sibling next_sibling_node   
alias: previous_sibling previous_sibling_node   
method: next_sibling= / 1   
method: previous_sibling= / 1   
method: document   
method: bytes   
ElementDecl ( REXML::DTD )
has properties
constant: START   
constant: START_RE   
constant: PATTERN_RE   
method: initialize   

Constants

ElementDecl::START

#5 in rexml/dtd/elementdecl.rb

START = "<!ELEMENT"   

ElementDecl::START_RE

#6 in rexml/dtd/elementdecl.rb

START_RE = /^\s*#{START}/um   

ElementDecl::PATTERN_RE

#7 in rexml/dtd/elementdecl.rb

PATTERN_RE = /^\s*(#{START}.*?)>/um   

Instance Methods

ElementDecl#initialize

#11 in rexml/dtd/elementdecl.rb

initialize