Class EimXML::XHTML::TEXT
In: lib/eim_xml/xhtml.rb
Parent: INPUT

Methods

new  

Public Class methods

[Source]

     # File lib/eim_xml/xhtml.rb, line 130
130:                 def initialize(opt={})
131:                         super(opt.merge(:type=>:text))
132:                 end

[Validate]