Home
last modified time | relevance | path

Searched refs:node_type (Results 1 – 13 of 13) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/
Dconfig.parse.php20 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) {
Ddom.php4.inc.php53 function node_type() { function in PHP4DOMTree
54 return $this->_element->node_type();
Dcss.selectors.inc.php95 while ($node && $node->node_type() == XML_ELEMENT_NODE) {
102 if ($node && $node->node_type() == XML_ELEMENT_NODE) {
Dparser.xhtml.class.php56 switch ($root->node_type()) {
Dtree.navigation.inc.php29 switch ($root->node_type()) {
Ddom.php5.inc.php66 function node_type() { function in DOMTree
Dbox.table.cell.php221 while ($child && $child->node_type() != XML_ELEMENT_NODE) {
234 while ($child && $child->node_type() != XML_ELEMENT_NODE) {
Ddom.activelink.inc.php29 function node_type() { function in ActiveLinkDOMTree
Dbox.php91 switch ($root->node_type()) {
103 die("Unsupported node type:".$root->node_type());
Dbox.select.php29 if ($child->node_type() == XML_ELEMENT_NODE) {
Dcss.ruleset.class.php55 switch ($root->node_type()) {
Dbox.inline.php95 if ($root->node_type() == XML_TEXT_NODE) {
Dbox.table.php94 if ($child->node_type() === XML_ELEMENT_NODE) {