webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Types | Public Member Functions | List of all members
WebCore::XMLErrors Class Reference

#include <XMLErrors.h>

Public Types

enum  ErrorType { warning, nonFatal, fatal }
 

Public Member Functions

 XMLErrors (Document &)
 
void handleError (ErrorType, const char *message, int lineNumber, int columnNumber)
 
void handleError (ErrorType, const char *message, TextPosition)
 
void insertErrorMessageBlock ()
 

Member Enumeration Documentation

◆ ErrorType

Enumerator
warning 
nonFatal 
fatal 

Constructor & Destructor Documentation

◆ XMLErrors()

WebCore::XMLErrors::XMLErrors ( Document document)
explicit

Member Function Documentation

◆ handleError() [1/2]

void WebCore::XMLErrors::handleError ( ErrorType  type,
const char *  message,
int  lineNumber,
int  columnNumber 
)

◆ handleError() [2/2]

void WebCore::XMLErrors::handleError ( ErrorType  type,
const char *  message,
TextPosition  position 
)

◆ insertErrorMessageBlock()

void WebCore::XMLErrors::insertErrorMessageBlock ( )

The documentation for this class was generated from the following files: