Software: Apache. PHP/7.3.33 uname -a: Linux acloudg.aryanict.com 4.18.0-513.9.1.lve.el8.x86_64 #1 SMP Mon Dec 4 15:01:22 UTC uid=1095(katebhospital) gid=1098(katebhospital) groups=1098(katebhospital) Safe-mode: OFF (not secure) /opt/alt/libxml2/usr/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
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.0 [PHP 7 Update] [25.02.2019] maintained by KaizenLouie | C99Shell Github | Generation time: 0.0921 ]-- |