18 #if !defined(NODENAMETREEWALKER_HEADER_GUARD_1357924680) 19 #define NODENAMETREEWALKER_HEADER_GUARD_1357924680 35 XALAN_CPP_NAMESPACE_BEGIN
75 return m_matchingNodes;
96 NodeVectorType m_matchingNodes;
101 XALAN_CPP_NAMESPACE_END
105 #endif // NODENAMETREEWALKER_HEADER_GUARD_1357924680
virtual bool startNode(XalanNode *node)
Called when first walking a node.
NodeNameTreeWalker(MemoryManager &theManager)
virtual void findMatchingNodes(const XalanDOMString &theNodeName, const XalanNode *theStartNode)
Find all nodes matching a specified node in a specified node tree.
const NodeVectorType & getMatchingNodes() const
Retrieve the matching nodes from the last search.
virtual ~NodeNameTreeWalker()
XalanVector< const XalanNode * > NodeVectorType
virtual bool endNode(XalanNode *node)
Called when leaving a node.