|
Coconut XML Framework
beta
|
Define visitor function for XML node. More...
#include <Coconut/Coconut.h>#include <libxml/tree.h>Go to the source code of this file.
Classes | |
| struct | CNXMLNodeVisitor |
Typedefs | |
| typedef CNBoolean(* | CNVisitXMLNodeFuncRef )(xmlNodePtr node, const struct CNXMLNodeVisitor *visitor, void *info) |
Functions | |
| CNBoolean | CNXMLNodeAcceptVisitor (xmlNodePtr node, const struct CNXMLNodeVisitor *visitor, void *info) |
| Accept the visitor for XML node. | |
Define visitor function for XML node.
| typedef CNBoolean(* CNVisitXMLNodeFuncRef)(xmlNodePtr node, const struct CNXMLNodeVisitor *visitor, void *info) |
Function to visit XML node
| CNBoolean CNXMLNodeAcceptVisitor | ( | xmlNodePtr | node, |
| const struct CNXMLNodeVisitor * | visitor, | ||
| void * | info | ||
| ) |
Accept the visitor for XML node.
| node | Destination node to accept the visitor |
| visitor | Source visitor |
| info | Information to be passed to the visitor function |
1.7.5.1