Moodle  2.2.1
http://www.collinsharper.com
SimplePie_Parser Class Reference

Public Member Functions

 parse (&$data, $encoding)
 get_error_code ()
 get_error_string ()
 get_current_line ()
 get_current_column ()
 get_current_byte ()
 get_data ()
 tag_open ($parser, $tag, $attributes)
 cdata ($parser, $cdata)
 tag_close ($parser, $tag)
 split_ns ($string)

Data Fields

 $error_code
 $error_string
 $current_line
 $current_column
 $current_byte
 $separator = ' '
 $namespace = array('')
 $element = array('')
 $xml_base = array('')
 $xml_base_explicit = array(false)
 $xml_lang = array('')
 $data = array()
 $datas = array(array())
 $current_xhtml_construct = -1
 $encoding

Detailed Description

Definition at line 13843 of file simplepie.class.php.


Member Function Documentation

cdata ( parser,
cdata 
)

Definition at line 14111 of file simplepie.class.php.

Definition at line 14041 of file simplepie.class.php.

Definition at line 14036 of file simplepie.class.php.

Definition at line 14031 of file simplepie.class.php.

get_data ( )

Definition at line 14046 of file simplepie.class.php.

Definition at line 14021 of file simplepie.class.php.

Definition at line 14026 of file simplepie.class.php.

parse ( &$  data,
encoding 
)

Definition at line 13861 of file simplepie.class.php.

split_ns ( string)

Definition at line 14146 of file simplepie.class.php.

tag_close ( parser,
tag 
)

Definition at line 14123 of file simplepie.class.php.

tag_open ( parser,
tag,
attributes 
)

Definition at line 14051 of file simplepie.class.php.

Here is the call graph for this function:


Field Documentation

$current_byte

Definition at line 13849 of file simplepie.class.php.

$current_column

Definition at line 13848 of file simplepie.class.php.

$current_line

Definition at line 13847 of file simplepie.class.php.

$current_xhtml_construct = -1

Definition at line 13858 of file simplepie.class.php.

$data = array()

Definition at line 13856 of file simplepie.class.php.

$datas = array(array())

Definition at line 13857 of file simplepie.class.php.

$element = array('')

Definition at line 13852 of file simplepie.class.php.

$encoding

Definition at line 13859 of file simplepie.class.php.

$error_code

Definition at line 13845 of file simplepie.class.php.

$error_string

Definition at line 13846 of file simplepie.class.php.

$namespace = array('')

Definition at line 13851 of file simplepie.class.php.

$separator = ' '

Definition at line 13850 of file simplepie.class.php.

$xml_base = array('')

Definition at line 13853 of file simplepie.class.php.

$xml_base_explicit = array(false)

Definition at line 13854 of file simplepie.class.php.

$xml_lang = array('')

Definition at line 13855 of file simplepie.class.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations