System Programming Interfaces
The getLocalName method of the NodeInfo has been renamed
getLocalPart to avoid conflict with the DOM method of the same name. The
getLocalPart method returns "" rather than null for a node with no name, and
it returns a value whether or not the node is in a namespace.