Class | Nokogiri::XML::Document |
In: |
lib/nokogiri/xml/document.rb
ext/nokogiri/xml_document_fragment.c |
Parent: | Node |
Nokogiri::XML::Document wraps an xml document.
serialize | -> | to_xml |
serialize | -> | inner_html |
errors | [RW] |
Copy this Document. An optional depth may be passed in, but it defaults to a deep copy. 0 is a shallow copy, 1 is a deep copy.