NOT IMPLEMENTED
The following operators convert between hidden and visible names.
Prototype
name <-- tohidden(name)
name <-- tovisible(name)
Examples
tohidden(DIV); #DIVtovisible(#DIV); DIVtohidden(#DIV); #DIVThe following operator returns TRUE if the name is hidden:
Prototype
boolean <-- ishidden(name)
Examples
ishidden(#PCDATA); TRUE