Class | Nokogiri::XML::DocumentFragment |
In: |
lib/nokogiri/xml/document_fragment.rb
lib/nokogiri/ffi/xml/document_fragment.rb ext/nokogiri/xml_sax_parser.c |
Parent: | Nokogiri::XML::Node |
DocumentFragment represents a DocumentFragment node in an xml document.
Create a new DocumentFragment from tags.
If ctx is present, it is used as a context node for the subtree created, e.g., namespaces will be resolved relative to ctx.