Software: Apache/2.4.53 (Unix) OpenSSL/1.1.1o PHP/7.4.29 mod_perl/2.0.12 Perl/v5.34.1. PHP/7.4.29 uname -a: Linux vps-2738122-x 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64 uid=1(daemon) gid=1(daemon) grupos=1(daemon) Safe-mode: OFF (not secure) /opt/lampp/share/gtk-doc/html/libxml2/ drwxr-xr-x | |
| Viewing file: Select action/file-type:
xmlsavexmlsave - the XML document serializer API to save document or subtree of document Author(s): Daniel Veillard Synopsistypedef enum xmlSaveOption; typedef struct _xmlSaveCtxt xmlSaveCtxt; typedef xmlSaveCtxt * xmlSaveCtxtPtr; xmlSaveCtxtPtr xmlSaveToIO (xmlOutputWriteCallback iowrite, DescriptionDetailsStructure xmlSaveCtxtstruct _xmlSaveCtxt {
The content of this structure is not made public by the API.
} xmlSaveCtxt;
Typedef xmlSaveCtxtPtrxmlSaveCtxt * xmlSaveCtxtPtr; Enum xmlSaveOptionenum xmlSaveOption { XML_SAVE_FORMAT = 1 /* format save output */ XML_SAVE_NO_DECL = 2 /* drop the xml declaration */ XML_SAVE_NO_EMPTY = 4 /* no empty tags */ XML_SAVE_NO_XHTML = 8 /* disable XHTML1 specific rules */ XML_SAVE_XHTML = 16 /* force XHTML1 specific rules */ XML_SAVE_AS_XML = 32 /* force XML serialization on HTML doc */ XML_SAVE_AS_HTML = 64 /* force HTML serialization on XML doc */ XML_SAVE_WSNONSIG = 128 /* format with non-significant whitespace */ }; xmlSaveClose ()int xmlSaveClose (xmlSaveCtxtPtr ctxt) Close a document saving context, i.e. make sure that all bytes have been output and free the associated data.
xmlSaveDoc ()long xmlSaveDoc (xmlSaveCtxtPtr ctxt, Save a full document to a saving context TODO: The function is not fully implemented yet as it does not return the byte count but 0 instead
xmlSaveFlush ()int xmlSaveFlush (xmlSaveCtxtPtr ctxt) Flush a document saving context, i.e. make sure that all bytes have been output.
xmlSaveSetAttrEscape ()int xmlSaveSetAttrEscape (xmlSaveCtxtPtr ctxt, Set a custom escaping function to be used for text in attribute content
xmlSaveSetEscape ()int xmlSaveSetEscape (xmlSaveCtxtPtr ctxt, Set a custom escaping function to be used for text in element content
xmlSaveToBuffer ()xmlSaveCtxtPtr xmlSaveToBuffer (xmlBufferPtr buffer, Create a document saving context serializing to a buffer with the encoding and the options given
xmlSaveToFd ()xmlSaveCtxtPtr xmlSaveToFd (int fd, Create a document saving context serializing to a file descriptor with the encoding and the options given.
xmlSaveToFilename ()xmlSaveCtxtPtr xmlSaveToFilename (const char * filename, Create a document saving context serializing to a filename or possibly to an URL (but this is less reliable) with the encoding and the options given.
xmlSaveToIO ()xmlSaveCtxtPtr xmlSaveToIO (xmlOutputWriteCallback iowrite, Create a document saving context serializing to a file descriptor with the encoding and the options given
xmlSaveTree ()long xmlSaveTree (xmlSaveCtxtPtr ctxt, Save a subtree starting at the node parameter to a saving context TODO: The function is not fully implemented yet as it does not return the byte count but 0 instead
|
:: Command execute :: | |
--[ c99shell v. 2.1 [PHP 8 Update] [02.02.2022] maintained byC99Shell Github | Generation time: 0.4913 ]-- |