 |
Xalan-C++ API Reference
1.12.0
|
Go to the documentation of this file.
18 #if !defined(NODENAMETREEWALKER_HEADER_GUARD_1357924680)
19 #define NODENAMETREEWALKER_HEADER_GUARD_1357924680
75 return m_matchingNodes;
105 #endif // NODENAMETREEWALKER_HEADER_GUARD_1357924680
virtual bool startNode(const XalanNode *node)
Called when first walking a node.
virtual bool endNode(XalanNode *node)
Called when leaving a node.
#define XALAN_CPP_NAMESPACE
Xalan-C++ namespace, including major and minor version.
const NodeVectorType & getMatchingNodes() const
Retrieve the matching nodes from the last search.
NodeNameTreeWalker(MemoryManager &theManager)
virtual void findMatchingNodes(const XalanDOMString &theNodeName, const XalanNode *theStartNode)
Find all nodes matching a specified node in a specified node tree.
virtual bool startNode(XalanNode *node)
Called when first walking a node.
XalanVector< const XalanNode * > NodeVectorType
virtual void findMatchingNodes(const XalanDOMString &theNodeName, XalanNode *theStartNode)
virtual ~NodeNameTreeWalker()
virtual bool endNode(const XalanNode *node)
Called when leaving a node.