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:
debugXMLdebugXML - Tree debugging APIs Interfaces to a set of routines used for debugging the tree produced by the XML parser. Author(s): Daniel Veillard Synopsistypedef struct _xmlShellCtxt xmlShellCtxt; typedef xmlShellCtxt * xmlShellCtxtPtr; const char * xmlBoolToText (int boolval); int xmlDebugCheckDocument (FILE * output, DescriptionDetailsStructure xmlShellCtxtstruct _xmlShellCtxt { char * filename xmlDocPtr doc xmlNodePtr node xmlXPathContextPtr pctxt int loaded FILE * output xmlShellReadlineFunc input } xmlShellCtxt; Typedef xmlShellCtxtPtrxmlShellCtxt * xmlShellCtxtPtr; Function type xmlShellCmdint xmlShellCmd (xmlShellCtxtPtr ctxt, This is a generic signature for the XML shell functions.
Function type xmlShellReadlineFuncchar * xmlShellReadlineFunc (char * prompt) This is a generic signature for the XML shell input function.
xmlBoolToText ()const char * xmlBoolToText (int boolval) Convenient way to turn bool into text
xmlDebugCheckDocument ()int xmlDebugCheckDocument (FILE * output, Check the document for potential content problems, and output the errors to @output
xmlDebugDumpAttr ()void xmlDebugDumpAttr (FILE * output, Dumps debug information for the attribute
xmlDebugDumpAttrList ()void xmlDebugDumpAttrList (FILE * output, Dumps debug information for the attribute list
xmlDebugDumpDTD ()void xmlDebugDumpDTD (FILE * output, Dumps debug information for the DTD
xmlDebugDumpDocument ()void xmlDebugDumpDocument (FILE * output, Dumps debug information for the document, it's recursive
xmlDebugDumpDocumentHead ()void xmlDebugDumpDocumentHead (FILE * output, Dumps debug information concerning the document, not recursive
xmlDebugDumpEntities ()void xmlDebugDumpEntities (FILE * output, Dumps debug information for all the entities in use by the document
xmlDebugDumpNode ()void xmlDebugDumpNode (FILE * output, Dumps debug information for the element node, it is recursive
xmlDebugDumpNodeList ()void xmlDebugDumpNodeList (FILE * output, Dumps debug information for the list of element node, it is recursive
xmlDebugDumpOneNode ()void xmlDebugDumpOneNode (FILE * output, Dumps debug information for the element node, it is not recursive
xmlDebugDumpString ()void xmlDebugDumpString (FILE * output, Dumps information about the string, shorten it if necessary
xmlLsCountNode ()int xmlLsCountNode (xmlNodePtr node) Count the children of @node.
xmlLsOneNode ()void xmlLsOneNode (FILE * output, Dump to @output the type and name of @node.
xmlShell ()void xmlShell (xmlDocPtr doc, Implements the XML shell This allow to load, validate, view, modify and save a document using a environment similar to a UNIX commandline.
xmlShellBase ()int xmlShellBase (xmlShellCtxtPtr ctxt, Implements the XML shell function "base" dumps the current XML base of the node
xmlShellCat ()int xmlShellCat (xmlShellCtxtPtr ctxt, Implements the XML shell function "cat" dumps the serialization node content (XML or HTML).
xmlShellDir ()int xmlShellDir (xmlShellCtxtPtr ctxt, Implements the XML shell function "dir" dumps information about the node (namespace, attributes, content).
xmlShellDu ()int xmlShellDu (xmlShellCtxtPtr ctxt, Implements the XML shell function "du" show the structure of the subtree under node @tree If @tree is null, the command works on the current node.
xmlShellList ()int xmlShellList (xmlShellCtxtPtr ctxt, Implements the XML shell function "ls" Does an Unix like listing of the given node (like a directory)
xmlShellLoad ()int xmlShellLoad (xmlShellCtxtPtr ctxt, Implements the XML shell function "load" loads a new document specified by the filename
xmlShellPrintNode ()void xmlShellPrintNode (xmlNodePtr node) Print node to the output FILE
xmlShellPrintXPathError ()void xmlShellPrintXPathError (int errorType, Print the xpath error to libxml default error channel
xmlShellPrintXPathResult ()void xmlShellPrintXPathResult (xmlXPathObjectPtr list) Prints result to the output FILE
xmlShellPwd ()int xmlShellPwd (xmlShellCtxtPtr ctxt, Implements the XML shell function "pwd" Show the full path from the root to the node, if needed building thumblers when similar elements exists at a given ancestor level. The output is compatible with XPath commands.
xmlShellSave ()int xmlShellSave (xmlShellCtxtPtr ctxt, Implements the XML shell function "save" Write the current document to the filename, or it's original name
xmlShellValidate ()int xmlShellValidate (xmlShellCtxtPtr ctxt, Implements the XML shell function "validate" Validate the document, if a DTD path is provided, then the validation is done against the given DTD.
xmlShellWrite ()int xmlShellWrite (xmlShellCtxtPtr ctxt, Implements the XML shell function "write" Write the current node to the filename, it saves the serialization of the subtree under the @node specified
|
:: Command execute :: | |
--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by KaizenLouie | C99Shell Github | Generation time: 0.0923 ]-- |