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

Methods

new  

Public Class methods

[Source]

     # File lib/rexml/doctype.rb, line 230
230:     def initialize( src )
231:       super
232:     end

[Validate]