Lines Matching refs:x
21 $dom = Dom\XMLDocument::createFromString('<root xmlns:x="urn:x"><div/></root>');
33 test('<x:x><y xmlns:x="urn:x2"/></x:x><nons/>');
39 === XML (<x:x><y xmlns:x="urn:x2"/></x:x><nons/>) ===
42 <root xmlns:x="urn:x"><x:x><y xmlns:x="urn:x2"/></x:x><nons/><div>Sample text</div></root>
47 <root xmlns:x="urn:x"><div><x:x><y xmlns:x="urn:x2"/></x:x><nons/>Sample text</div></root>
52 <root xmlns:x="urn:x"><div>Sample text<x:x><y xmlns:x="urn:x2"/></x:x><nons/></div></root>
57 <root xmlns:x="urn:x"><div>Sample text</div><x:x><y xmlns:x="urn:x2"/></x:x><nons/></root>
63 <root xmlns:x="urn:x"><?pi node?><!-- comment -->&<div>Sample text</div></root>
68 <root xmlns:x="urn:x"><div><?pi node?><!-- comment -->&Sample text</div></root>
73 <root xmlns:x="urn:x"><div>Sample text<?pi node?><!-- comment -->&</div></root>
78 <root xmlns:x="urn:x"><div>Sample text</div><?pi node?><!-- comment -->&</root>
84 <root xmlns:x="urn:x">text node<div>Sample text</div></root>
89 <root xmlns:x="urn:x"><div>text nodeSample text</div></root>
94 <root xmlns:x="urn:x"><div>Sample texttext node</div></root>
99 <root xmlns:x="urn:x"><div>Sample text</div>text node</root>