Reputation: 10747
In the VTDNav docs I see methods to get value of attrubites, to get text value of the element, but I really can't find, how to get tag name of the current element?
Upvotes: 1
Views: 1655
Reputation: 1072
vn.toString(vn.getCurrentIndex()
Reputation: 3377
vn.toRawString(vn.getCurrentIndex())
Upvotes: 2