FILTER_ACCEPT
Accept the node. Navigation methods defined for
NodeIterator or TreeWalker will return this node.
                            
FILTER_REJECT
Reject the node. Navigation methods defined for
NodeIterator or TreeWalker will not return this node.
For TreeWalker, the children of this node will also be
rejected. Iterators treat this as a synonym for
FILTER_SKIP.
                            
FILTER_SKIP
Reject the 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.

HTH,
Mike.

-- 
Mike Mason, Software Engineer
XML Script Development Team                    Office: 44-1865-203192
http://www.xmlscript.org/                      Mobile: 44-7050-288923

Reply via email to