![]() |
Xataface HTML Reports Module 0.2
HTML Reports Module for Xataface
|
Public Member Functions | |
| __construct ($dom) | |
| __destruct () | |
| __toString () | |
| clear () | |
| parent () | |
| children ($idx=-1) | |
| first_child () | |
| last_child () | |
| next_sibling () | |
| prev_sibling () | |
| innertext () | |
| outertext () | |
| plaintext () | |
| makeup () | |
| find ($selector, $idx=-1) | |
| __get ($name) | |
| __set ($name, $value) | |
| __isset ($name) | |
| __unset ($name) | |
| getAllAttributes () | |
| getAttribute ($name) | |
| setAttribute ($name, $value) | |
| hasAttribute ($name) | |
| removeAttribute ($name) | |
| getElementById ($id) | |
| getElementsById ($id, $idx=-1) | |
| getElementByTagName ($name) | |
| getElementsByTagName ($name, $idx=-1) | |
| parentNode () | |
| childNodes ($idx=-1) | |
| firstChild () | |
| lastChild () | |
| nextSibling () | |
| previousSibling () | |
Data Fields | |
| $nodetype = HDOM_TYPE_TEXT | |
| $tag = 'text' | |
| $attr = array() | |
| $children = array() | |
| $nodes = array() | |
| $parent = null | |
| $_ = array() | |
Protected Member Functions | |
| seek ($selector, &$ret) | |
| match ($exp, $pattern, $value) | |
| parse_selector ($selector_string) | |
Definition at line 64 of file simple_html_dom.php.
| __construct | ( | $ | dom | ) |
Definition at line 74 of file simple_html_dom.php.
| __destruct | ( | ) |
Definition at line 79 of file simple_html_dom.php.
| __get | ( | $ | name | ) |
Definition at line 365 of file simple_html_dom.php.
| __isset | ( | $ | name | ) |
Definition at line 389 of file simple_html_dom.php.
| __set | ( | $ | name, |
| $ | value | ||
| ) |
Definition at line 375 of file simple_html_dom.php.
| __toString | ( | ) |
Definition at line 83 of file simple_html_dom.php.
| __unset | ( | $ | name | ) |
Definition at line 399 of file simple_html_dom.php.
| childNodes | ( | $ | idx = -1 | ) |
Definition at line 415 of file simple_html_dom.php.
| children | ( | $ | idx = -1 | ) |
Definition at line 101 of file simple_html_dom.php.
| clear | ( | ) |
Definition at line 88 of file simple_html_dom.php.
| find | ( | $ | selector, |
| $ | idx = -1 |
||
| ) |
Definition at line 230 of file simple_html_dom.php.
| first_child | ( | ) |
Definition at line 108 of file simple_html_dom.php.
| firstChild | ( | ) |
Definition at line 416 of file simple_html_dom.php.
| getAllAttributes | ( | ) |
Definition at line 405 of file simple_html_dom.php.
| getAttribute | ( | $ | name | ) |
Definition at line 406 of file simple_html_dom.php.
| getElementById | ( | $ | id | ) |
Definition at line 410 of file simple_html_dom.php.
| getElementByTagName | ( | $ | name | ) |
Definition at line 412 of file simple_html_dom.php.
| getElementsById | ( | $ | id, |
| $ | idx = -1 |
||
| ) |
Definition at line 411 of file simple_html_dom.php.
| getElementsByTagName | ( | $ | name, |
| $ | idx = -1 |
||
| ) |
Definition at line 413 of file simple_html_dom.php.
| hasAttribute | ( | $ | name | ) |
Definition at line 408 of file simple_html_dom.php.
| innertext | ( | ) |
Definition at line 142 of file simple_html_dom.php.
| last_child | ( | ) |
Definition at line 114 of file simple_html_dom.php.
| lastChild | ( | ) |
Definition at line 417 of file simple_html_dom.php.
| makeup | ( | ) |
Definition at line 198 of file simple_html_dom.php.
| match | ( | $ | exp, |
| $ | pattern, | ||
| $ | value | ||
| ) | [protected] |
Definition at line 316 of file simple_html_dom.php.
| next_sibling | ( | ) |
Definition at line 120 of file simple_html_dom.php.
| nextSibling | ( | ) |
Definition at line 418 of file simple_html_dom.php.
| outertext | ( | ) |
Definition at line 153 of file simple_html_dom.php.
| parent | ( | ) |
Definition at line 96 of file simple_html_dom.php.
| parentNode | ( | ) |
Definition at line 414 of file simple_html_dom.php.
| parse_selector | ( | $ | selector_string | ) | [protected] |
Definition at line 333 of file simple_html_dom.php.
| plaintext | ( | ) |
Definition at line 181 of file simple_html_dom.php.
| prev_sibling | ( | ) |
Definition at line 131 of file simple_html_dom.php.
| previousSibling | ( | ) |
Definition at line 419 of file simple_html_dom.php.
| removeAttribute | ( | $ | name | ) |
Definition at line 409 of file simple_html_dom.php.
| seek | ( | $ | selector, |
| &$ | ret | ||
| ) | [protected] |
Definition at line 272 of file simple_html_dom.php.
| setAttribute | ( | $ | name, |
| $ | value | ||
| ) |
Definition at line 407 of file simple_html_dom.php.
| $_ = array() |
Definition at line 71 of file simple_html_dom.php.
| $attr = array() |
Definition at line 67 of file simple_html_dom.php.
| $children = array() |
Definition at line 68 of file simple_html_dom.php.
| $nodes = array() |
Definition at line 69 of file simple_html_dom.php.
| $nodetype = HDOM_TYPE_TEXT |
Definition at line 65 of file simple_html_dom.php.
| $parent = null |
Definition at line 70 of file simple_html_dom.php.
| $tag = 'text' |
Definition at line 66 of file simple_html_dom.php.
1.7.4