mshtml
インタフェース IHTMLElementCollection

既知の実装クラスの一覧:
HTMLElementCollection

public interface IHTMLElementCollection


フィールドの概要
static com.ms.com._Guid iid
           
 
メソッドの概要
 com.ms.com.IUnknown get_newEnum()
           
 int getLength()
           
 java.lang.Object item(com.ms.com.Variant name, com.ms.com.Variant index)
           
 void setLength(int p)
           
 java.lang.Object tags(com.ms.com.Variant tagName)
           
 

フィールドの詳細

iid

static final com.ms.com._Guid iid
メソッドの詳細

setLength

void setLength(int p)

getLength

int getLength()

get_newEnum

com.ms.com.IUnknown get_newEnum()

item

java.lang.Object item(com.ms.com.Variant name,
                      com.ms.com.Variant index)

tags

java.lang.Object tags(com.ms.com.Variant tagName)