Class hQuery
Main Class, represents an HTML document.
- hQuery_Node implements Iterator, Countable
-
hQuery_HTML_Parser
-
hQuery
Methods summary
public static
|
|
public static
|
|
public static
|
|
public
|
#
find( string $sel, array|string $attr = NULL,
Finds a collection of nodes inside current document/context (similar to jQuery.fn.find()). |
public
array
|
#
find_html( string $sel, array|string $attr = NULL,
Combination of ->find() + ->html() |
public
array
|
#
find_text( string $sel, array|string $attr = NULL,
Combination of ->find() + ->text() |
public
|
|
public static
string
|
|
public static
mixed
|
|
protected static
string
|
|
public static
|
|
protected static
|
|
protected static
array
|
|
protected static
integer|boolean
|
|
public static
true
|
|
public static
|
|
public static
|
|
public static
boolean
|
|
public static
boolean
|
|
public static
string
|
|
public static
|
|
public static
array
|
Methods inherited from hQuery_HTML_Parser
__construct(),
__get(),
__set(),
__toString(),
_find(),
_get_ctx(),
_index_all(),
_index_comments_html(),
_info(),
baseURI(),
detect_charset(),
filter(),
get_aids_byAttr(),
get_aids_byClass(),
get_aids_byClassAttr(),
get_attr_byAid(),
get_attr_byId(),
get_ids_byAid(),
get_ids_byAttr(),
get_ids_byClass(),
get_ids_byClassAttr(),
get_url_base(),
get_url_path(),
hasClass(),
location(),
strlen(),
substr(),
url2abs()
Methods inherited from hQuery_Node
CSSArr2Str(),
__destruct(),
__isset(),
__unset(),
_all(),
_children(),
_ctx_ids(),
_doc_ids(),
_filter(),
_has(),
_my_ids(),
_next(),
_parent(),
_prev(),
_sub_ids(),
array_select(),
attr(),
convert_encoding(),
count(),
current(),
doc(),
exclude(),
html(),
html_attr2str(),
html_findTagClose(),
html_parseAttrStr(),
isDoc(),
isEmpty(),
is_empty(),
key(),
next(),
nodeName(),
outerHtml(),
parseCSStr(),
pos(),
prev(),
rewind(),
str_range(),
text(),
valid()
Constants summary
Constants inherited from hQuery_Node
Properties summary
public
|
$headers
|
|
public static
|
$cache_path
|
|
public static
integer
|
$cache_expires
|
#
3600
|
public static
|
$_mockup_class
|
Properties inherited from hQuery_HTML_Parser
$_emptyTags,
$_icharset,
$_index_attribs,
$_specialTags,
$_tagID_first_letter,
$_tagID_letters,
$_unparsedTags,
$_url_attribs,
$attr_idx,
$attribs,
$attrs,
$autoclose_tags,
$case_folding,
$class_idx,
$del_spaces,
$html,
$idx_attr,
$indexed,
$o,
$tag_idx,
$tags
Properties inherited from hQuery_Node
$_ar_,
$_fl_,
$_mi_,
$_nl_,
$_prop,
$_tr_,
$doc,
$exc,
$ids,
$last_http_result,
$selected_doc,
$tag_map