Searched refs:node_type (Results 1 – 13 of 13) sorted by relevance
20 if ($child->node_type() == XML_ELEMENT_NODE) {95 if ($child->node_type() == XML_ELEMENT_NODE) {126 if ($child->node_type() == XML_ELEMENT_NODE) {152 if ($child->node_type() == XML_ELEMENT_NODE) {184 if ($child->node_type() == XML_ELEMENT_NODE) {
53 function node_type() { function in PHP4DOMTree54 return $this->_element->node_type();
95 while ($node && $node->node_type() == XML_ELEMENT_NODE) {102 if ($node && $node->node_type() == XML_ELEMENT_NODE) {
56 switch ($root->node_type()) {
29 switch ($root->node_type()) {
66 function node_type() { function in DOMTree
221 while ($child && $child->node_type() != XML_ELEMENT_NODE) {234 while ($child && $child->node_type() != XML_ELEMENT_NODE) {
29 function node_type() { function in ActiveLinkDOMTree
91 switch ($root->node_type()) {103 die("Unsupported node type:".$root->node_type());
29 if ($child->node_type() == XML_ELEMENT_NODE) {
55 switch ($root->node_type()) {
95 if ($root->node_type() == XML_TEXT_NODE) {
94 if ($child->node_type() === XML_ELEMENT_NODE) {