From 9705f1a5e858108d21a0128556f42b25d16833cd Mon Sep 17 00:00:00 2001 From: Mike Hommey Date: Thu, 28 Oct 2004 09:07:41 +0000 Subject: Load /tmp/tmp.SgII7T/libxml2-2.6.15 into packages/libxml2/branches/upstream/current. --- doc/html/libxml-debugXML.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'doc/html/libxml-debugXML.html') diff --git a/doc/html/libxml-debugXML.html b/doc/html/libxml-debugXML.html index 1d77f39..125fb86 100644 --- a/doc/html/libxml-debugXML.html +++ b/doc/html/libxml-debugXML.html @@ -13,6 +13,7 @@ A:link, A:visited, A:active { text-decoration: underline } Module debugXML from libxml2
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Module debugXML from libxml2

API Menu
API Indexes
Related links

Interfaces to a set of routines used for debugging the tree produced by the XML parser.

Table of Contents

Structure xmlShellCtxt
struct _xmlShellCtxt
Typedef xmlShellCtxt * xmlShellCtxtPtr
 
const char *	xmlBoolToText		(int boolval)
+
int	xmlDebugCheckDocument		(FILE * output, 
xmlDocPtr doc)
void	xmlDebugDumpAttr		(FILE * output, 
xmlAttrPtr attr,
int depth)
void	xmlDebugDumpAttrList		(FILE * output, 
xmlAttrPtr attr,
int depth)
void	xmlDebugDumpDTD			(FILE * output, 
xmlDtdPtr dtd)
@@ -56,7 +57,9 @@ char * xmlShellReadlineFunc (char * prompt) xmlShellReadlineFunc input }

Function: xmlBoolToText

const char *	xmlBoolToText		(int boolval)

Convenient way to turn bool into text

-
boolval:a bool to turn into text
Returns:a pointer to either "True" or "False"

Function: xmlDebugDumpAttr

void	xmlDebugDumpAttr		(FILE * output, 
xmlAttrPtr attr,
int depth)
+
boolval:a bool to turn into text
Returns:a pointer to either "True" or "False"

Function: xmlDebugCheckDocument

int	xmlDebugCheckDocument		(FILE * output, 
xmlDocPtr doc)
+

Check the document for potential content problems, and output the errors to @output

+
output:the FILE * for the output
doc:the document
Returns:the number of errors found

Function: xmlDebugDumpAttr

void	xmlDebugDumpAttr		(FILE * output, 
xmlAttrPtr attr,
int depth)

Dumps debug information for the attribute

output:the FILE * for the output
attr:the attribute
depth:the indentation level.

Function: xmlDebugDumpAttrList

void	xmlDebugDumpAttrList		(FILE * output, 
xmlAttrPtr attr,
int depth)

Dumps debug information for the attribute list

-- cgit v1.2.3