Lines Matching refs:child
88 | <%= @parent %> -> <%= @child %>; // "<%= @parent_text %>" -> "<%= @child_text %>"
124 parent_node_template = node_template_for( adaptor, child )
130 child = adaptor.child_of( tree, index )
131 number = @node_to_number_map[ child ]
133 node_template = node_template_for( adaptor, child )
138 define_nodes( child, adaptor, tree_template, edge_template )
151 child = adaptor.child_of( tree, index )
152 child_text = adaptor.text_of( child )
155 :parent => parent_name, :child => child_name,
159 define_edges( child, adaptor, tree_template, edge_template )