Xalan-C++ API Documentation
Go to the documentation of this file.
18 #if !defined(NODENAMETREEWALKER_HEADER_GUARD_1357924680)
19 #define NODENAMETREEWALKER_HEADER_GUARD_1357924680
35 XALAN_CPP_NAMESPACE_BEGIN
75 return m_matchingNodes;
101 XALAN_CPP_NAMESPACE_END
105 #endif // NODENAMETREEWALKER_HEADER_GUARD_1357924680
virtual ~NodeNameTreeWalker()
virtual bool endNode(const XalanNode *node)
Called when leaving a node.
virtual void findMatchingNodes(const XalanDOMString &theNodeName, XalanNode *theStartNode)
const NodeVectorType & getMatchingNodes() const
Retrieve the matching nodes from the last search.
virtual bool startNode(XalanNode *node)
Called when first walking a node.
NodeNameTreeWalker(MemoryManager &theManager)
virtual bool endNode(XalanNode *node)
Called when leaving a node.
virtual bool startNode(const XalanNode *node)
Called when first walking a node.
XalanVector< const XalanNode * > NodeVectorType
virtual void findMatchingNodes(const XalanDOMString &theNodeName, const XalanNode *theStartNode)
Find all nodes matching a specified node in a specified node tree.
Interpreting class diagrams
Doxygen and
GraphViz are
used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.11
Copyright © 1999-2012 The Apache Software Foundation.
All Rights Reserved.
|
|