別のキーワード
種類
- インスタンスメソッド (120)
- 特異メソッド (12)
- ライブラリ (12)
ライブラリ
-
rexml
/ document (12) - rss (108)
- win32ole (12)
クラス
モジュール
- DublinCoreModel (24)
キーワード
-
dc
_ source (12) -
dc
_ source= (12) -
default
_ event _ sources (12) - new (12)
- resource= (60)
- rss (12)
- source (12)
検索結果
先頭4件
-
WIN32OLE
_ TYPE # default _ event _ sources -> [WIN32OLE _ TYPE] (6.0) -
型が持つソースインターフェイスを取得します。
...oding : cp932
require 'win32ole'
type = WIN32OLE_TYPE.new('Microsoft Internet Controls', 'InternetExplorer')
ctl = WIN32OLE.new(type.progid)
source = type.default_event_sources[0]
class WebEvent
def initialize
@completed = false
end
attr_reader :completed
end
source.ole_method... -
DublinCoreModel
# dc _ source (1.0) -
@todo
@todo -
REXML
:: Document . new(source = nil , context = {}) -> REXML :: Document (1.0) -
Document オブジェクトを生成します。
Document オブジェクトを生成します。
source には String、IO、REXML::Document のいずかが
指定できます。 REXML::Document を指定すると
コンテキストと要素、属性が複製されます。
文字列の場合はそれを XML と見なしてパースします。
IOの場合は、XML文書を読み出してパースします。
context で「コンテキスト」を指定します。テキストノードの空白や
特殊文字の取り扱いを Hash で指定します。
以下の Symbol をハッシュのキーとして使います。
: :respect_whitespace
空白を考慮して欲しい要素の名... -
RSS
:: Rss :: Channel :: Item # source (1.0) -
@todo
@todo