Searched refs:ParentNode (Results 1 – 10 of 10) sorted by relevance
3 function test_helper(DOM\ParentNode $dom, string $selector, bool $only_name = false)37 function test_failure(DOM\ParentNode $dom, string $selector)
2 GH-11830 (ParentNode methods should perform their checks upfront) - hierarchy variation
2 GH-11830 (ParentNode methods should perform their checks upfront) - attribute variation
2 GH-11830 (ParentNode methods should perform their checks upfront) - document variation
2 GH-11830 (ParentNode methods should perform their checks upfront) - type variation
2 Consistency of parent node after exception in ParentNode::append()
2 ParentNode hierarchy exceptions with temporary and non-temporary text nodes
2 ParentNode/ChildNode pre-insertion validation
2 Passing a too long string to ChildNode or ParentNode methods causes an exception
1324 interface ParentNode interface1564 class Element extends Node implements ParentNode, ChildNode1864 class DocumentFragment extends Node implements ParentNode1932 abstract class Document extends Node implements ParentNode
Completed in 17 milliseconds