Results 1 - 1 of 1

NodeFilter.acceptNode()

The NodeFilter.acceptNode() method returns an unsigned short that will be used to tell if a given Node must be accepted or not by the NodeIterator or TreeWalker iteration algorithm. This method is expected to be written by the user of a NodeFilter. Possible return values are:
API DOM DOM Reference Method NodeFilter