xmlName: Extraces the tag name of an XMLNode object.
Description
Each XMLNode object has a tag name introduced
in the entry in an XML document.
This function returns that name.
Usage
xmlName(node, full = FALSE)
Arguments
node
The XMLNode object whose tag name is being requested.
full
a logical value indicating whether to prepend the
namespace prefix, if there is one, or return just the
name of the XML element/node. TRUE means prepend the prefix.
Value
A character vector of length 1
which is the node$name entry.