_NODE_FILTER_REJECT


Description:

[ CCode ( cname = "WEBKIT_DOM_NODE_FILTER_REJECT" ) ]
[ Version ( deprecated = true , deprecated_since = "2.22" , since = "2.6" ) ]
public const int _NODE_FILTER_REJECT

Warning: _NODE_FILTER_REJECT is deprecated since 2.22.

Reject the node.

Note:

Use JavaScriptCore API instead

Use this macro as return value of accept_node implementation to reject the given Node. The children of the given node will be rejected too.


Namespace: WebKit.DOM