SimplePie_Parser
Table of Contents
Properties
-
$current_byte
: mixed
-
$current_column
: mixed
-
$current_line
: mixed
-
$current_xhtml_construct
: mixed
-
$data
: mixed
-
$datas
: mixed
-
$element
: mixed
-
$encoding
: mixed
-
$error_code
: mixed
-
$error_string
: mixed
-
$namespace
: mixed
-
$separator
: mixed
-
$xml_base
: mixed
-
$xml_base_explicit
: mixed
-
$xml_lang
: mixed
-
$registry
: mixed
Methods
-
cdata()
: mixed
-
get_current_byte()
: mixed
-
get_current_column()
: mixed
-
get_current_line()
: mixed
-
get_data()
: mixed
-
get_error_code()
: mixed
-
get_error_string()
: mixed
-
parse()
: mixed
-
set_registry()
: mixed
-
split_ns()
: mixed
-
tag_close()
: mixed
-
tag_open()
: mixed
-
declare_html_entities()
: mixed
-
parse_hcard()
: mixed
-
parse_microformats()
: mixed
$current_byte
public
mixed
$current_byte
$current_column
public
mixed
$current_column
$current_line
public
mixed
$current_line
$current_xhtml_construct
public
mixed
$current_xhtml_construct
= -1
$data
public
mixed
$data
= array()
$datas
public
mixed
$datas
= array(array())
$element
public
mixed
$element
= array('')
$encoding
public
mixed
$encoding
$error_code
public
mixed
$error_code
$error_string
public
mixed
$error_string
$namespace
public
mixed
$namespace
= array('')
$separator
public
mixed
$separator
= ' '
$xml_base
public
mixed
$xml_base
= array('')
$xml_base_explicit
public
mixed
$xml_base_explicit
= array(\false)
$xml_lang
public
mixed
$xml_lang
= array('')
$registry
protected
mixed
$registry
cdata()
public
cdata(mixed $parser, mixed $cdata) : mixed
Parameters
-
$parser
: mixed
-
-
$cdata
: mixed
-
get_current_byte()
public
get_current_byte() : mixed
get_current_column()
public
get_current_column() : mixed
get_current_line()
public
get_current_line() : mixed
get_data()
public
get_data() : mixed
get_error_code()
public
get_error_code() : mixed
get_error_string()
public
get_error_string() : mixed
parse()
public
parse(mixed &$data, mixed $encoding[, mixed $url = '' ]) : mixed
Parameters
-
$data
: mixed
-
-
$encoding
: mixed
-
-
$url
: mixed
= ''
-
set_registry()
public
set_registry(SimplePie_Registry $registry) : mixed
Parameters
-
$registry
: SimplePie_Registry
-
split_ns()
public
split_ns(mixed $string) : mixed
Parameters
-
$string
: mixed
-
tag_close()
public
tag_close(mixed $parser, mixed $tag) : mixed
Parameters
-
$parser
: mixed
-
-
$tag
: mixed
-
tag_open()
public
tag_open(mixed $parser, mixed $tag, mixed $attributes) : mixed
Parameters
-
$parser
: mixed
-
-
$tag
: mixed
-
-
$attributes
: mixed
-
declare_html_entities()
private
declare_html_entities() : mixed
parse_hcard()
private
parse_hcard(mixed $data[, mixed $category = false ]) : mixed
Parameters
-
$data
: mixed
-
-
$category
: mixed
= false
-
private
parse_microformats(mixed &$data, mixed $url) : mixed
Parameters
-
$data
: mixed
-
-
$url
: mixed
-