Create a new node as a child of the given parent.
# File action_controller/vendor/html-scanner/html/node.rb, line 72 def initialize(parent, line=0, pos=0) @parent = parent @children = [] @line, @position = line, pos end
<code/>
<pre/>
<code/>and<pre/>for code samples.