This function allows to use parser inside
object. All callback functions could be set with
xml_set_element_handler() etc and assumed to be
methods of object.
Example 1. xml_set_object() example
<?php class xml { var $parser;
function xml() { $this->parser = xml_parser_create();