Searched refs:createDOMDocument (Results 1 – 1 of 1) sorted by relevance
57 $this->createDOMDocument('<root></root>'),58 $this->createDOMDocument('<root/>')61 $this->createDOMDocument('<root attr="bar"></root>'),62 $this->createDOMDocument('<root attr="bar"/>')65 $this->createDOMDocument('<root><foo attr="bar"></foo></root>'),66 $this->createDOMDocument('<root><foo attr="bar"/></root>')69 $this->createDOMDocument("<root>\n <child/>\n</root>"),70 $this->createDOMDocument('<root><child/></root>')79 $this->createDOMDocument('<root></root>'),80 $this->createDOMDocument('<bar/>')[all …]