Previous: Windows, Up: Extensions


1.8 XML

— Constant: XML_ERROR_ASYNC_ENTITY
— Constant: XML_ERROR_ATTRIBUTE_EXTERNAL_ENTITY_REF
— Constant: XML_ERROR_BAD_CHAR_REF
— Constant: XML_ERROR_BINARY_ENTITY_REF
— Constant: XML_ERROR_DUPLICATE_ATTRIBUTE
— Constant: XML_ERROR_EXTERNAL_ENTITY_HANDLING
— Constant: XML_ERROR_INCORRECT_ENCODING
— Constant: XML_ERROR_INVALID_TOKEN
— Constant: XML_ERROR_JUNK_AFTER_DOC_ELEMENT
— Constant: XML_ERROR_MISPLACED_XML_PI
— Constant: XML_ERROR_NONE
— Constant: XML_ERROR_NO_ELEMENTS
— Constant: XML_ERROR_NO_MEMORY
— Constant: XML_ERROR_PARAM_ENTITY_REF
— Constant: XML_ERROR_PARTIAL_CHAR
— Constant: XML_ERROR_RECURSIVE_ENTITY_REF
— Constant: XML_ERROR_SYNTAX
— Constant: XML_ERROR_TAG_MISMATCH
— Constant: XML_ERROR_UNCLOSED_CDATA_SECTION
— Constant: XML_ERROR_UNCLOSED_TOKEN
— Constant: XML_ERROR_UNDEFINED_ENTITY
— Constant: XML_ERROR_UNKNOWN_ENCODING
— Constant: XML_OPTION_CASE_FOLDING
— Constant: XML_OPTION_SKIP_TAGSTART
— Constant: XML_OPTION_SKIP_WHITE
— Constant: XML_OPTION_TARGET_ENCODING
— Function: xml_error_string ($code)
— Function: xml_get_current_byte_index ($parser)
— Function: xml_get_current_column_number ($parser)
— Function: xml_get_current_line_number ($parser)
— Function: xml_get_error_code ($parser)
— Function: xml_parse ($parser,$data,[$is_final=NULL])
— Function: xml_parse_into_struct ($parser,$data,$values,[$index=NULL])
— Function: xml_parser_create ([$encoding="ISO-8859-1"])
— Function: xml_parser_free ($parser)
— Function: xml_parser_get_option ($parser,$option)
— Function: xml_parser_set_option ($parser,$option,$value)
— Function: xml_set_character_data_handler ($parser,$handler)
— Function: xml_set_default_handler ($parser,$handler)
— Function: xml_set_element_handler ($parser,$start_handler,$end_handler)
— Function: xml_set_external_entity_ref_handler ($parser,$handler)
— Function: xml_set_notation_decl_handler ($parser,$handler)
— Function: xml_set_object ($parser,$php_object)
— Function: xml_set_processing_instruction_handler ($parser,$handler)
— Function: xml_set_unparsed_entity_decl_handler ($parser,$handler)