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:
HTMLtreeHTMLtree - specific APIs to process HTML tree, especially serialization this module implements a few function needed to process tree in an HTML specific way. Author(s): Daniel Veillard Synopsis#define HTML_COMMENT_NODE; #define HTML_ENTITY_REF_NODE; #define HTML_PI_NODE; #define HTML_PRESERVE_NODE; #define HTML_TEXT_NODE; void htmlDocContentDumpFormatOutput (xmlOutputBufferPtr buf, DescriptionDetailsMacro HTML_COMMENT_NODE#define HTML_COMMENT_NODE; Macro. A comment in a HTML document is really implemented the same way as a comment in an XML document. Macro HTML_ENTITY_REF_NODE#define HTML_ENTITY_REF_NODE; Macro. An entity reference in a HTML document is really implemented the same way as an entity reference in an XML document. Macro HTML_PI_NODE#define HTML_PI_NODE; Macro. A processing instruction in a HTML document is really implemented the same way as a processing instruction in an XML document. Macro HTML_PRESERVE_NODE#define HTML_PRESERVE_NODE; Macro. A preserved node in a HTML document is really implemented the same way as a CDATA section in an XML document. Macro HTML_TEXT_NODE#define HTML_TEXT_NODE; Macro. A text node in a HTML document is really implemented the same way as a text node in an XML document. htmlDocContentDumpFormatOutput ()void htmlDocContentDumpFormatOutput (xmlOutputBufferPtr buf, Dump an HTML document.
htmlDocContentDumpOutput ()void htmlDocContentDumpOutput (xmlOutputBufferPtr buf, Dump an HTML document. Formatting return/spaces are added.
htmlDocDump ()int htmlDocDump (FILE * f, Dump an HTML document to an open FILE.
htmlDocDumpMemory ()void htmlDocDumpMemory (xmlDocPtr cur, Dump an HTML document in memory and return the xmlChar * and it's size. It's up to the caller to free the memory.
htmlDocDumpMemoryFormat ()void htmlDocDumpMemoryFormat (xmlDocPtr cur, Dump an HTML document in memory and return the xmlChar * and it's size. It's up to the caller to free the memory.
htmlGetMetaEncoding ()const xmlChar * htmlGetMetaEncoding (htmlDocPtr doc) Encoding definition lookup in the Meta tags
htmlIsBooleanAttr ()int htmlIsBooleanAttr (const xmlChar * name) Determine if a given attribute is a boolean attribute. htmlNewDoc ()htmlDocPtr htmlNewDoc (const xmlChar * URI, Creates a new HTML document
htmlNewDocNoDtD ()htmlDocPtr htmlNewDocNoDtD (const xmlChar * URI, Creates a new HTML document without a DTD node if @URI and @ExternalID are NULL
htmlNodeDump ()int htmlNodeDump (xmlBufferPtr buf, Dump an HTML node, recursive behaviour,children are printed too, and formatting returns are added.
htmlNodeDumpFile ()void htmlNodeDumpFile (FILE * out, Dump an HTML node, recursive behaviour,children are printed too, and formatting returns are added.
htmlNodeDumpFileFormat ()int htmlNodeDumpFileFormat (FILE * out, Dump an HTML node, recursive behaviour,children are printed too. TODO: if encoding == NULL try to save in the doc encoding
htmlNodeDumpFormatOutput ()void htmlNodeDumpFormatOutput (xmlOutputBufferPtr buf, Dump an HTML node, recursive behaviour,children are printed too.
htmlNodeDumpOutput ()void htmlNodeDumpOutput (xmlOutputBufferPtr buf, Dump an HTML node, recursive behaviour,children are printed too, and formatting returns/spaces are added.
htmlSaveFile ()int htmlSaveFile (const char * filename, Dump an HTML document to a file. If @filename is "-" the stdout file is used.
htmlSaveFileEnc ()int htmlSaveFileEnc (const char * filename, Dump an HTML document to a file using a given encoding and formatting returns/spaces are added.
htmlSaveFileFormat ()int htmlSaveFileFormat (const char * filename, Dump an HTML document to a file using a given encoding.
htmlSetMetaEncoding ()int htmlSetMetaEncoding (htmlDocPtr doc, Sets the current encoding in the Meta tags NOTE: this will not change the document content encoding, just the META flag associated.
|
:: Command execute :: | |
--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by KaizenLouie | C99Shell Github | Generation time: 0.0047 ]-- |