Edit

kc3-lang/libxml2/xml-error.h

Branch :

  • Show log

    Commit

  • Author : Daniel Veillard
    Date : 1999-08-29 21:02:19
    Hash : b96e6438
    Message : Release 1.6, lot of fixes, more validation, code cleanup, added namespace on attributes, Daniel.

  • xml-error.h
  • #ifndef error_h_
    #define error_h_
    
    #include "parser.h"
    
    void	xmlParserError		(void *ctx,
    				 const char *msg,
    				 ...);
    void	xmlParserWarning	(void *ctx,
    				 const char *msg,
    				 ...);
    void	xmlParserValidityError	(void *ctx,
    				 const char *msg,
    				 ...);
    void	xmlParserValidityWarning(void *ctx,
    				 const char *msg,
    				 ...);
    void	xmlParserPrintFileInfo	(xmlParserInputPtr input);
    void	xmlParserPrintFileContext(xmlParserInputPtr input);
    #endif