parrotcode: PHP xml Library | |
Contents | Language Implementations | Pipp |
php_xml.pir - PHP xml Library
string utf8_decode(string data)
string utf8_encode(string data)
string xml_error_string(int code)
int xml_get_current_byte_index(resource parser)
int xml_get_current_column_number(resource parser)
int xml_get_current_line_number(resource parser)
int xml_get_error_code(resource parser)
int xml_parse(resource parser, string data [, int isFinal])
int xml_parse_into_struct(resource parser, string data, array &struct, array &index)
resource xml_parser_create([string encoding])
resource xml_parser_create_ns([string encoding [, string sep]])
int xml_parser_free(resource parser)
int xml_parser_get_option(resource parser, int option)
int xml_parser_set_option(resource parser, int option, mixed value)
int xml_set_character_data_handler(resource parser, string hdl)
int xml_set_default_handler(resource parser, string hdl)
int xml_set_element_handler(resource parser, string shdl, string ehdl)
int xml_set_end_namespace_decl_handler(resource parser, string hdl)
int xml_set_external_entity_ref_handler(resource parser, string hdl)
int xml_set_notation_decl_handler(resource parser, string hdl)
int xml_set_object(resource parser, object &obj)
int xml_set_processing_instruction_handler(resource parser, string hdl)
int xml_set_start_namespace_decl_handler(resource parser, string hdl)
int xml_set_unparsed_entity_decl_handler(resource parser, string hdl)
|