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?
Asked
Active
Viewed 1,603 times
1
-
1VN.TOSTRING(VN.GETCURRENTINDEX()); CAN YOU TRY IT? – vtd-xml-author Jan 07 '13 at 05:27
-
Thanks, that works. Add the same as an answer, an I'll surely accept it =) By the way, thank you, vtd-xml's XPath is extremely faster than Java's DOM implementation, but, in my opninion, documentation of vtd-xml is a bit poor. But, anyway, awesome job, it accelerated my XML-based application a lot. – Dmitry Frank Jan 07 '13 at 10:52