Class: REXML::ElementDecl

Inherits:
Declaration show all
Defined in:
lib/rexml/doctype.rb

Instance Attribute Summary

Attributes inherited from Child

#parent

Instance Method Summary collapse

Methods inherited from Declaration

#to_s, #write

Methods inherited from Child

#bytes, #document, #next_sibling=, #previous_sibling=, #remove, #replace_with

Methods included from Node

#each_recursive, #find_first_recursive, #indent, #index_in_parent, #next_sibling_node, #parent?, #previous_sibling_node, #to_s

Constructor Details

#initialize(src) ⇒ ElementDecl

Returns a new instance of ElementDecl.



223
224
225
# File 'lib/rexml/doctype.rb', line 223

def initialize( src )
  super
end