<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p><font size="+1">Hi,</font></p>
    <p><font size="+1">I'm traversing an AST by using the
        CXCursorVisitor. How can I get the node content from the cursor?
        For example, for a CXCursor_BinaryOperator cursor, I'd like to
        get the binary operator itself. I guess that the information is
        included in the CXCursor struct, but I haven't found examples of
        how to use it? Any help is appreciated.</font><br>
    </p>
    <pre class="moz-signature" cols="72">-- 
Love,
Lou

</pre>
  </body>
</html>