find_real_root_name {emld} | R Documentation |
Get the real QName
for the root element, including its prefix
Description
Note that if a default namespace is used, the prefix will be d1
.
Usage
find_real_root_name(doc)
Arguments
doc |
An |
Value
A list
with elements prefix
and name
. prefix
will be NULL
if the element has no namespace prefix but name
will always be a
character
.
[Package emld version 0.5.1 Index]