Method: HTMLTree::Special#as_rexml_document

Defined in:
lib/html/xpath.rb

#as_rexml_document(rparent = nil, context = {}) ⇒ Object



56
57
58
59
# File 'lib/html/xpath.rb', line 56

def as_rexml_document(rparent = nil, context = {})
  node = REXML::Instruction.new(@_content,
    context[:respect_whitespace] || false, rparent)
end