hoge
huga
<p id="hoge">hoge</p> <p id="huga">huga</p> uu.forEach(uu.xpath("//p[@id]", document), function(v) { uu.log(v.id); // "hoge", "huga" });