CLXXI. xmlwriter Functions
Wstęp
This is the xmlwriter extension. It currently only lists the proto definitions.
Wymagania
To be written. For example what external libraries are required
Typy zasobów
Type of resource types (link id, etc.) this extension returns.
To rozszerzenie nie posiada żadnych rodzajów zasobów.
- Spis treści
- xmlwriter_end_attribute -- End attribute - returns FALSE on error
- xmlwriter_end_cdata -- End current CDATA - returns FALSE on error
- xmlwriter_end_comment -- Create end comment - returns FALSE on error
- xmlwriter_end_document -- End current document - returns FALSE on error
- xmlwriter_end_dtd_attlist -- End current DTD AttList - returns FALSE on error
- xmlwriter_end_dtd_element -- End current DTD element - returns FALSE on error
- xmlwriter_end_dtd_entity -- End current DTD Entity - returns FALSE on error
- xmlwriter_end_dtd -- End current DTD - returns FALSE on error
- xmlwriter_end_element -- End current element - returns FALSE on error
- xmlwriter_end_pi -- End current PI - returns FALSE on error
- xmlwriter_flush -- Output current buffer
- xmlwriter_full_end_element -- End current element - returns FALSE on error
- xmlwriter_open_memory -- Create new xmlwriter using memory for string output
- xmlwriter_open_uri -- Create new xmlwriter using source uri for output
- xmlwriter_output_memory -- Output current buffer as string
- xmlwriter_set_indent_string -- Set string used for indenting - returns FALSE on error
- xmlwriter_set_indent -- Toggle indentation on/off - returns FALSE on error
- xmlwriter_start_attribute_ns -- Create start namespaced attribute - returns FALSE on error
- xmlwriter_start_attribute -- Create start attribute - returns FALSE on error
- xmlwriter_start_cdata -- Create start CDATA tag - returns FALSE on error
- xmlwriter_start_comment -- Create start comment - returns FALSE on error
- xmlwriter_start_document -- Create document tag - returns FALSE on error
- xmlwriter_start_dtd_attlist -- Create start DTD AttList - returns FALSE on error
- xmlwriter_start_dtd_element -- Create start DTD element - returns FALSE on error
- xmlwriter_start_dtd_entity -- Create start DTD Entity - returns FALSE on error
- xmlwriter_start_dtd -- Create start DTD tag - returns FALSE on error
- xmlwriter_start_element_ns -- Create start namespaced element tag - returns FALSE on error
- xmlwriter_start_element -- Create start element tag - returns FALSE on error
- xmlwriter_start_pi -- Create start PI tag - returns FALSE on error
- xmlwriter_text -- Write text - returns FALSE on error
- xmlwriter_write_attribute_ns -- Write full namespaced attribute - returns FALSE on error
- xmlwriter_write_attribute -- Write full attribute - returns FALSE on error
- xmlwriter_write_cdata -- Write full CDATA tag - returns FALSE on error
- xmlwriter_write_comment -- Write full comment tag - returns FALSE on error
- xmlwriter_write_dtd_attlist -- Write full DTD AttList tag - returns FALSE on error
- xmlwriter_write_dtd_element -- Write full DTD element tag - returns FALSE on error
- xmlwriter_write_dtd_entity -- Write full DTD Entity tag - returns FALSE on error
- xmlwriter_write_dtd -- Write full DTD tag - returns FALSE on error
- xmlwriter_write_element_ns -- Write full namesapced element tag - returns FALSE on error
- xmlwriter_write_element -- Write full element tag - returns FALSE on error
- xmlwriter_write_pi -- Write full PI tag - returns FALSE on error
- xmlwriter_write_raw -- Write text - returns FALSE on error
| Poprzedni | Spis treści | Następny |
| XMLReader->XML() | Początek rozdziału | xmlwriter_end_attribute |