_NODE_FILTER_SKIP


Description:

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

Warning: _NODE_FILTER_SKIP is deprecated since 2.22.

Skip the node.

Note:

Use JavaScriptCore API instead

Use this macro as return value of accept_node implementation to skip the given Node. The children of the given node will not be skipped.


Namespace: WebKit.DOM