DOM3 XPath and Default Namespace

XPath expression //div with null namespace resolver...

<div xmlns=""/>
<div xmlns="http://www.w3.org/1999/xhtml"/>
<h:div xmlns:h="http://www.w3.org/1999/xhtml"/>