Class: EimXML::XHTML::FILE
- Defined in:
- lib/eim_xml/xhtml.rb
Constant Summary
Constants inherited from Element
Instance Attribute Summary
Attributes inherited from Element
Instance Method Summary collapse
-
#initialize(opt = {}) ⇒ FILE
constructor
A new instance of FILE.
Methods inherited from Element
#==, #[], #add, #add_attribute, #del_attribute, #find, #has?, #match, #name_and_attributes, #pcstring_contents, #write_to
Constructor Details
#initialize(opt = {}) ⇒ FILE
Returns a new instance of FILE.
142 143 144 |
# File 'lib/eim_xml/xhtml.rb', line 142 def initialize(opt={}) super(opt.merge(:type=>:file)) end |