2008-11-27から1日間の記事一覧

the music of the spheres

tumblr dashboard = reblogosphere SYM MCSG ━━ n. 球, 球体[面]; 天体; 地球[天体]儀; 天(空); 星; 地位; 区域; (活動)範囲. ━━ vt. 球状にする; 球内に置く. music of the spheres (the 〜) 天上の音楽 *1. sphere - goo 辞書 ━━ comb. 「…球(…

$X関数ってなにやってるんだか、ぜんぜんわけわかめ。 だけど、簡単にXPathが使えるようになっているってことは、わかった。 本当は document.evaluate(なんたらかんたら); ってやるんだね。

dollarX.js

XPath を利用するための主となるインターフェースは document オブジェクトの evaluate 関数です

このメソッドは HTML を含む XML ベースの文書に対して XPath 式を評価し、XPathResult オブジェクトを返します。 XPathResult オブジェクトは単一のノード、もしくはノードの集合になります。 https://developer.mozilla.org/ja/Introduction_to_using_XPat…

$X

http://gist.github.com/3238 http://gist.github.com/3242 http://d.hatena.ne.jp/os0x/20080730/1217395310 http://gist.github.com/3820 ラッパーなわけか。

document.evaluate

Summary Returns an XPathResult based on an XPath expression and other given parameters. Syntax var xpathResult = document.evaluate( xpathExpression, contextNode, namespaceResolver, resultType, result); https://developer.mozilla.org/en/DOM/…