Class: REXML::ElementDecl
- Inherits:
 - 
      Declaration
      
        
- Object
 - Child
 - Declaration
 - REXML::ElementDecl
 
 
- Defined in:
 - lib/rexml/doctype.rb
 
Instance Attribute Summary
Attributes inherited from Child
Instance Method Summary collapse
- 
  
    
      #initialize(src)  ⇒ ElementDecl 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of ElementDecl.
 
Methods inherited from Declaration
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.
      222 223 224  | 
    
      # File 'lib/rexml/doctype.rb', line 222 def initialize( src ) super end  |