DOM3 XPath and Default Namespace

XPath expression //div with a namespace resolver that returns the HTML namespace...

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