oxy_name() Function
The oxy_name() function evaluates the qualified name of the current
node.
It does not have any arguments.
To insert as static text content before each element its qualified name, use this CSS
selector:
*:before{
content: oxy_name() ": ";
}