Software: Apache. PHP/5.3.29 uname -a: Linux tardis23.nocplanet.net 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024
Safe-mode: OFF (not secure) /opt/cpanel/ea-libxml2/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 struct _xmlSaveCtxt xmlSaveCtxt; typedef xmlSaveCtxt * xmlSaveCtxtPtr; typedef enum xmlSaveOption; int xmlSaveClose (xmlSaveCtxtPtr ctxt); long xmlSaveDoc (xmlSaveCtxtPtr ctxt, 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
xmlSaveFinish ()int xmlSaveFinish (xmlSaveCtxtPtr ctxt) Close a document saving context, i.e. make sure that all bytes have been output and free the associated data. Available since 2.13.0.
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 7 Update] [1.12.2019] maintained by KaizenLouie and updated by cermmik | C99Shell Github (MySQL update) | Generation time: 0.0043 ]-- |