Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/libxml_ruby_dc4.rb
Instance Method Summary collapse
Instance Method Details
#to_libxml_doc ⇒ Object
83 84 85 86 87 |
# File 'lib/libxml_ruby_dc4.rb', line 83 def to_libxml_doc xp = XML::Parser.new xp.string = self return xp.parse end |