Filters the nodes of a document tree.
Platform Support
IE | Mozilla | Netscape | Opera | Safari | 6.0+ | 1.0+ | 6.0+ | 7.0+ | 1.0+ |
---|
Constructors
Constructor | Action | IE | Mozilla | Netscape | Opera | Safari | ||
---|---|---|---|---|---|---|---|---|
NodeFilter Constructor() : NodeFilter
Filters the nodes of a document tree.
|
Show Details | 6.0+ | 1.0+ | 6.0+ | 7.0+ | 1.0+ | ||
NodeFilter() : NodeFilterFilters the nodes of a document tree. Returns
|
Functions
Method | Action | IE | Mozilla | Netscape | Opera | Safari | ||
---|---|---|---|---|---|---|---|---|
acceptNode() : Number
Defines a node filter and returns one of the three NodeFilter constants.
|
Show Details | 6.0+ | 1.0+ | 6.0+ | 7.0+ | 1.0+ | ||
Returns
|
References
Availability
HTML DOM Level 2|W3C