ELinks 0.18.0
|
#include <configuration.h>
Data Fields | |
unsigned int | flags |
DOM configuration flags. | |
void(* | error_handler )(struct dom_config *, struct dom_error *) |
A user defined error handler. |
void(* dom_config::error_handler) (struct dom_config *, struct dom_error *) |
A user defined error handler.
Contains an error handler. If an error is encountered in the document, this handler is called. When called, DOMError.relatedData will contain the closest node to where the error occurred. If the implementation is unable to determine the node where the error occurs, DOMError.relatedData will contain the Document node.
unsigned int dom_config::flags |
DOM configuration flags.