class Hatemile::Util::Html::HTMLDOMTextNode

The HTMLDOMTextNode interface contains the methods for access of the HTML TextNode.

@abstract

Public Instance Methods

set_text_content(text) click to toggle source

Change the text content of text node.

@abstract @param text [String] The new text content.

# File lib/hatemile/util/html/html_dom_text_node.rb, line 37
def set_text_content(text)
  # Interface method
end