Record the cursor position
This method is implemented to be lenient on loading in
that it can load nodes from any VTDNav object
if vn is null, return false
Record the cursor position
This method is implemented to be lenient on loading in
that it can load nodes from any VTDNav object
if vn is null, return false
Removes content from the master XML document
It first calls getCurrentIndex() if the result is
a starting tag, then the entire element referred to
by the starting tag is removed
If the result is an attribute name or ns node, then
the corresponding attribute name/value pair is removed
If the token type is one of text, CDATA or commment,
then the entire node, including the starting and ending
delimiting text surrounding the content, is removed