ELinks 0.18.0
dom_config Struct Reference

#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.

Field Documentation

◆ 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.

◆ flags

unsigned int dom_config::flags

DOM configuration flags.


The documentation for this struct was generated from the following file: