module Oga::XML::ToXML

Module that provides a ‘#to_xml` method that serialises the current node back to XML.

Public Instance Methods

to_s()
Alias for: to_xml
to_xml() click to toggle source

@return [String]

# File lib/oga/xml/to_xml.rb, line 7
def to_xml
  Generator.new(self).to_xml
end
Also aliased as: to_s