Lines Matching refs:DOMElement

117 print "13 DOMElement::__construct('valid')\n";
125 print "14 DOMElement::__construct('-invalid')\n";
133 print "15 DOMElement::__construct(' ')\n";
141 print "16 DOMElement::__construct('prefix:valid')\n";
149 print "17 DOMElement::__construct('valid', '', 'http://valid.com')\n";
157 print "18 DOMElement::__construct('prefix:valid', '', 'http://valid.com')\n";
165 print "19 DOMElement::__construct('-invalid', '', 'http://valid.com')\n";
173 print "20 DOMElement::__construct('prefix:-invalid', '', 'http://valid.com')\n";
181 print "21 DOMElement::__construct('prefix:invalid', '', '')\n";
189 print "22 DOMElement::__construct('prefix:valid:invalid', '', 'http://valid.com')\n";
197 print "23 DOMElement::__construct('-prefix:valid', '', 'http://valid.com')\n";
205 print "24 DOMElement::__construct('prefix:valid', '', '-')\n";
236 print "27 DOMElement::__construct('xml:valid', '', 'http://wrong.namespaceURI.com')\n";
254 /* There used to be a 29 here that tested DOMElement::__construct('xml:valid', '', 'http://www.w3.o…
272 print "31 DOMElement::__construct('xmlns:valid', '', 'http://wrong.namespaceURI.com')\n";
289 print "33 DOMElement::__construct('xmlns:valid', '', 'http://www.w3.org/2000/xmlns/')\n";
309 print "35 DOMElement::__construct('wrongprefix:valid', '', 'http://www.w3.org/2000/xmlns/')\n";
345 13 DOMElement::__construct('valid')
347 14 DOMElement::__construct('-invalid')
349 15 DOMElement::__construct(' ')
351 16 DOMElement::__construct('prefix:valid')
353 17 DOMElement::__construct('valid', '', 'http://valid.com')
355 18 DOMElement::__construct('prefix:valid', '', 'http://valid.com')
357 19 DOMElement::__construct('-invalid', '', 'http://valid.com')
359 20 DOMElement::__construct('prefix:-invalid', '', 'http://valid.com')
361 21 DOMElement::__construct('prefix:invalid', '', '')
363 22 DOMElement::__construct('prefix:valid:invalid', '', 'http://valid.com')
365 23 DOMElement::__construct('-prefix:valid', '', 'http://valid.com')
367 24 DOMElement::__construct('prefix:valid', '', '-')
373 27 DOMElement::__construct('xml:valid', '', 'http://wrong.namespaceURI.com')
379 31 DOMElement::__construct('xmlns:valid', '', 'http://wrong.namespaceURI.com')
383 33 DOMElement::__construct('xmlns:valid', '', 'http://www.w3.org/2000/xmlns/')
387 35 DOMElement::__construct('wrongprefix:valid', '', 'http://www.w3.org/2000/xmlns/')