You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@xerces.apache.org by Paul Beer <pa...@backsoft.com> on 2000/02/03 19:53:39 UTC

tree walker

can anyone tell me what the parameter NodeFilter represents in the
treewalkerimpl construct ?  I dont know what to pass to the createtreewalker
call :

TreeWalkerImpl walker =
(TreeWalkerImpl)treedoc.createTreeWalker(treedoc,(short)NodeFilter.SHOW_ALL,
'NodeFilter');


thanks,
paul