Class Nokogiri::XML::DocumentFragment
In: lib/nokogiri/ffi/xml/document_fragment.rb
lib/nokogiri/xml/document_fragment.rb
ext/nokogiri/html_document.c
Parent: Node

DocumentFragment represents a DocumentFragment node in an xml document.

Methods

css   name   new   new   parse   serialize   to_html   to_s   to_xhtml   to_xml  

Public Class methods

Create a new DocumentFragment element on the document

Public Instance methods

Search this fragment. See Nokogiri::XML::Node#css

serialize()

Alias for to_s

Convert this DocumentFragment to a string

[Validate]