Open JamesMGreene opened 12 years ago
Supporting attribute nodes requires specialized code as they are not part of a natural node traversal. We will have to inspect the whatToShow parameter of the TreeWalker and adjust the traversal algorithms as needed.
whatToShow
TreeWalker
Supporting attribute nodes requires specialized code as they are not part of a natural node traversal. We will have to inspect the
whatToShow
parameter of theTreeWalker
and adjust the traversal algorithms as needed.