Search code examples
javaxmlvtd-xml

VTD-XML: how to get tag name of the current element?


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?


Solution

  • vn.toRawString(vn.getCurrentIndex())