Home
last modified time | relevance | path

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

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