NodeFilter.FILTER_SKIP

NodeFilter.FILTER_SKIP field

Skip this single node. Navigation methods defined for NodeIterator or TreeWalker will not return this node. For both NodeIterator and TreeWalker, the children of this node will still be considered.

public const short FILTER_SKIP;

See Also