|
Hi,
I have just started learning about Xerces C++
parser. I hope my question is appropriate for this mailing list.
My question is: In the characters() method of
HandlerBase class, can we get the name of the enclosing attribute in which in
which this character data appear?
For example:
<tag1>
<tag2>someData</tag2>
</tag1>
In this xml file, when characters() method is
called when "someData" is encountered, I want to retrieve name of enclosing
attribute i.e. "tag2" in this case.
Please let me know if there is any pre-implemented
method to do this. I serached the documentation but could not find
any.
Thanks in Advance,
-Vinay Kakade.
|
