How do you programatically get the XPath to cursor position in Eclipse in the contentAssistProcessor?
I am creating a custom XML editor (TextEditor) in Eclipse and am implementing IContentAssistProcessor. In the computeContextInformation, how do I compute the xpath of the current location of my cursor?