Lines Matching refs:DOMElement
9 $frag->appendChild(new DOMElement('root'));
13 $frag->appendChild(new DOMElement('first'));
16 $frag->appendChild(new DOMElement('second'));
26 $frag->appendChild(new DOMElement('newsecond'));
29 $node = $frag->appendChild(new DOMElement('fourth'));
32 $frag->appendChild(new DOMElement('third'));
35 $frag->appendChild(new DOMElement('start'));
38 $frag->appendChild(new DOMElement('newthird'));
41 $frag->appendChild(new DOMElement('newfourth'));
44 $frag->appendChild(new DOMElement('first'));
55 $frag->appendChild(new DOMElement('first'));
58 $node = $frag->appendChild(new DOMElement('fourth'));
61 $frag->appendChild(new DOMElement('second'));
62 $frag->appendChild(new DOMElement('third'));