Class REXML::ElementDecl
In: lib/rexml/doctype.rb
Parent: Declaration

Methods

new  

Public Class methods

[Source]

     # File lib/rexml/doctype.rb, line 224
224:     def initialize( src )
225:       super
226:     end

[Validate]