Class hQuery_HTML_Parser
HTML Parser Class
used internally
- hQuery_Node implements Iterator, Countable
-
hQuery_HTML_Parser
Direct known subclasses
Methods summary
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public static
|
|
public static
|
|
public
|
|
public static
|
|
public
|
|
public
|
|
public
|
|
protected
|
|
protected
|
|
protected
|
|
protected
|
|
protected
false
|
|
protected
|
|
protected
[aids]
|
|
protected
|
|
protected
|
|
protected
|
#
get_ids_byAid( $aid, $sort = true, $has_keys = false )
$has_keys == true => $aid == [aid=>[ids]] $has_keys == false => $aid == [aids] |
protected
|
|
protected
|
|
protected
|
|
protected
|
|
protected
|
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(),
find(),
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 static
boolean
|
$del_spaces
|
#
false
|
public static
boolean
|
$case_folding
|
#
true
|
public static
boolean
|
$autoclose_tags
|
#
false
|
public static
array
|
$_emptyTags
|
#
array('base','meta','link','hr','br','basefont','param','img','area','input','isindex','col')
|
public static
array
|
$_specialTags
|
#
array('--'=>'--', '[CDATA['=>']]')
|
public static
array
|
$_unparsedTags
|
#
array('style', 'script')
|
public static
array
|
$_index_attribs
|
#
array('href', 'src')
|
public static
array
|
$_url_attribs
|
#
array('href'=>'href', 'src'=>'src')
|
protected static
string
|
$_tagID_first_letter
|
#
'a-zA-Z_'
|
protected static
string
|
$_tagID_letters
|
#
'a-zA-Z_0-9:\-'
|
protected static
string
|
$_icharset
|
#
'UTF-8'
|
protected
string
|
$html
|
#
''
|
protected
|
$tags
|
|
protected
|
$attrs
|
|
protected
|
$attribs
|
|
protected
|
$idx_attr
|
|
protected
|
$tag_idx
|
|
protected
|
$attr_idx
|
|
protected
|
$class_idx
|
|
protected
|
$o
|
#
NULL
|
protected
boolean
|
$indexed
|
#
false
|
Properties inherited from hQuery_Node
$_ar_,
$_fl_,
$_mi_,
$_nl_,
$_prop,
$_tr_,
$doc,
$exc,
$ids,
$last_http_result,
$selected_doc,
$tag_map