|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#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 () |
|
explicit |
| void WebCore::XMLErrors::handleError | ( | ErrorType | type, |
| const char * | message, | ||
| int | lineNumber, | ||
| int | columnNumber | ||
| ) |
| void WebCore::XMLErrors::handleError | ( | ErrorType | type, |
| const char * | message, | ||
| TextPosition | position | ||
| ) |
| void WebCore::XMLErrors::insertErrorMessageBlock | ( | ) |
1.8.13