X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=doc%2Fhtml%2Flibxml-xmlerror.html;h=2550ac0d267dcaed677abce0e1011901965b3bc9;hb=4e5a6e5aa8db793d1993cc20147a8b23667aa4f9;hp=5c3a1040fd2d5f5fb13fea33a749dc7821c022a2;hpb=f86ba34b57d1a307688402b495d8b0532770d98d;p=platform%2Fupstream%2Flibxml2.git diff --git a/doc/html/libxml-xmlerror.html b/doc/html/libxml-xmlerror.html index 5c3a104..2550ac0 100644 --- a/doc/html/libxml-xmlerror.html +++ b/doc/html/libxml-xmlerror.html @@ -832,14 +832,14 @@ void xmlStructuredErrorFunc (void * userD

Save the original error to the new place.

from:a source error
to:a target error
Returns:0 in case of success and -1 in case of error.

Function: xmlCtxtGetLastError

xmlErrorPtr	xmlCtxtGetLastError	(void * ctx)

Get the last parsing error registered.

-
ctx:an XML parser context
Returns:NULL if no error occured or a pointer to the error

Function: xmlCtxtResetLastError

void	xmlCtxtResetLastError		(void * ctx)
+
ctx:an XML parser context
Returns:NULL if no error occurred or a pointer to the error

Function: xmlCtxtResetLastError

void	xmlCtxtResetLastError		(void * ctx)

Cleanup the last global error registered. For parsing error this does not change the well-formedness result.

ctx:an XML parser context

Function type: xmlGenericErrorFunc

Function type: xmlGenericErrorFunc
 void	xmlGenericErrorFunc		(void * ctx, 
const char * msg,
... ...)

Signature of the function to use when there is an error and no parsing or validity context available .

ctx:a parsing context
msg:the message
...:the extra arguments of the varags to format the message

Function: xmlGetLastError

xmlErrorPtr	xmlGetLastError		(void)

Get the last global error registered. This is per thread if compiled with thread support.

-
Returns:NULL if no error occured or a pointer to the error

Function: xmlParserError

void	xmlParserError			(void * ctx, 
const char * msg,
... ...)
+
Returns:NULL if no error occurred or a pointer to the error

Function: xmlParserError

void	xmlParserError			(void * ctx, 
const char * msg,
... ...)

Display and format an error messages, gives file, line, position and extra parameters.

ctx:an XML parser context
msg:the message to display/transmit
...:extra parameters for the message display

Function: xmlParserPrintFileContext

void	xmlParserPrintFileContext	(xmlParserInputPtr input)

Displays current context within the input content for error tracking