Skip Headers

Oracle® XML API Reference
10g Release 1 (10.1)

Part Number B10789-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Master Index
Master Index
Go to Feedback page
Feedback

Go to previous page
Previous
Go to next page
Next
View PDF

NodeFilter Interface

Table 8-2 summarizes the methods of available through the NodeFilter interface.

Table 8-2 Summary of NodeFilter Methods; Traversal Package

Function Summary
XMLDOM_ACCEPT_NODE_F
Perform user-defined filtering action on node.


XMLDOM_ACCEPT_NODE_F

Sole method of NodeFilter interface. Given a node and a filter, determines the filtering action to perform.

This function pointer is passed to the node iterator/tree walker methods, as needed.

Values for xmlerr are:


Syntax
#define XMLDOM_ACCEPT_NODE_F(func, xctx, node)
xmlerr func(
   xmlctx *xctx,
   xmlnode *node)

Parameter In/Out Description
xctx
IN
XML context
node
IN
node to test


Returns

(xmlerr) filtering result