ELinks 0.19.1
element.h File Reference
Include dependency graph for element.h:

Functions

bool Element_constructor (JSContext *ctx, unsigned argc, JS::Value *vp)
JSObject * getElement (JSContext *ctx, void *node)
void walk_tree (struct string *buf, void *nod, bool start=true, bool toSortAttrs=false)
void check_element_event (void *interpreter, void *elem, const char *event_name, struct term_event *ev)

Variables

JSClass element_class
JSPropertySpec element_props []
const spidermonkeyFunctionSpec element_funcs []

Function Documentation

◆ check_element_event()

void check_element_event ( void * interpreter,
void * elem,
const char * event_name,
struct term_event * ev )

◆ Element_constructor()

bool Element_constructor ( JSContext * ctx,
unsigned argc,
JS::Value * vp )

◆ getElement()

JSObject * getElement ( JSContext * ctx,
void * node )

◆ walk_tree()

void walk_tree ( struct string * buf,
void * nod,
bool start = true,
bool toSortAttrs = false )

Variable Documentation

◆ element_class

JSClass element_class
extern

◆ element_funcs

const spidermonkeyFunctionSpec element_funcs[]
extern

◆ element_props

JSPropertySpec element_props[]
extern