Lines Matching refs:writer

9 function xmlwriter_set_indent(XMLWriter $writer, bool $enable): bool {}  argument
11 function xmlwriter_set_indent_string(XMLWriter $writer, string $indentation): bool {} argument
13 function xmlwriter_start_comment(XMLWriter $writer): bool {} argument
15 function xmlwriter_end_comment(XMLWriter $writer): bool {} argument
17 function xmlwriter_start_attribute(XMLWriter $writer, string $name): bool {} argument
19 function xmlwriter_end_attribute(XMLWriter $writer): bool {} argument
21 function xmlwriter_write_attribute(XMLWriter $writer, string $name, string $value): bool {} argument
23 function xmlwriter_start_attribute_ns(XMLWriter $writer, ?string $prefix, string $name, ?string $na… argument
25 function xmlwriter_write_attribute_ns(XMLWriter $writer, ?string $prefix, string $name, ?string $na… argument
27 function xmlwriter_start_element(XMLWriter $writer, string $name): bool {} argument
29 function xmlwriter_end_element(XMLWriter $writer): bool {} argument
31 function xmlwriter_full_end_element(XMLWriter $writer): bool {} argument
33 function xmlwriter_start_element_ns(XMLWriter $writer, ?string $prefix, string $name, ?string $name… argument
35 function xmlwriter_write_element(XMLWriter $writer, string $name, ?string $content = null): bool {} argument
37 function xmlwriter_write_element_ns(XMLWriter $writer, ?string $prefix, string $name, ?string $name… argument
39 function xmlwriter_start_pi(XMLWriter $writer, string $target): bool {} argument
41 function xmlwriter_end_pi(XMLWriter $writer): bool {} argument
43 function xmlwriter_write_pi(XMLWriter $writer, string $target, string $content): bool {} argument
45 function xmlwriter_start_cdata(XMLWriter $writer): bool {} argument
47 function xmlwriter_end_cdata(XMLWriter $writer): bool {} argument
49 function xmlwriter_write_cdata(XMLWriter $writer, string $content): bool {} argument
51 function xmlwriter_text(XMLWriter $writer, string $content): bool {} argument
53 function xmlwriter_write_raw(XMLWriter $writer, string $content): bool {} argument
55 function xmlwriter_start_document(XMLWriter $writer, ?string $version = "1.0", ?string $encoding = … argument
57 function xmlwriter_end_document(XMLWriter $writer): bool {} argument
59 function xmlwriter_write_comment(XMLWriter $writer, string $content): bool {} argument
61 function xmlwriter_start_dtd(XMLWriter $writer, string $qualifiedName, ?string $publicId = null, ?s… argument
63 function xmlwriter_end_dtd(XMLWriter $writer): bool {} argument
65 function xmlwriter_write_dtd(XMLWriter $writer, string $name, ?string $publicId = null, ?string $sy… argument
67 function xmlwriter_start_dtd_element(XMLWriter $writer, string $qualifiedName): bool {} argument
69 function xmlwriter_end_dtd_element(XMLWriter $writer): bool {} argument
71 function xmlwriter_write_dtd_element(XMLWriter $writer, string $name, string $content): bool {} argument
73 function xmlwriter_start_dtd_attlist(XMLWriter $writer, string $name): bool {} argument
75 function xmlwriter_end_dtd_attlist(XMLWriter $writer): bool {} argument
77 function xmlwriter_write_dtd_attlist(XMLWriter $writer, string $name, string $content): bool {} argument
79 function xmlwriter_start_dtd_entity(XMLWriter $writer, string $name, bool $isParam): bool {} argument
81 function xmlwriter_end_dtd_entity(XMLWriter $writer): bool {} argument
83 function xmlwriter_write_dtd_entity(XMLWriter $writer, string $name, string $content, bool $isParam… argument
85 function xmlwriter_output_memory(XMLWriter $writer, bool $flush = true): string {} argument
87 function xmlwriter_flush(XMLWriter $writer, bool $empty = true): string|int {} argument