Software: Apache. PHP/5.6.40 uname -a: Linux cpanel06wh.bkk1.cloud.z.com 2.6.32-954.3.5.lve1.4.80.el6.x86_64 #1 SMP Thu Sep 24 uid=851(cp949260) gid=853(cp949260) groups=853(cp949260) 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 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.0 [PHP 7 Update] [25.02.2019] maintained by KaizenLouie | C99Shell Github | Generation time: 0.0433 ]-- |