What is returned by Document.getLocalName() ?

I have a question about localName attribute in DOM Level2.

The DOM L2 WD says, localName returns the local part of
the qualified name of this node.

Then, what string returned by non-namespace nodes (ex. Document node) .
Document.getLocalName() returns null, empty-string or "#document" ?

Received on Sunday, 31 October 1999 21:26:44 UTC