mshtml
クラス HTMLElementCollection

java.lang.Object
  上位を拡張 mshtml.HTMLElementCollection
すべての実装されたインタフェース:
DispHTMLElementCollection, DispHTMLElementCollectionDefault, IHTMLDOMConstructor, IHTMLElementCollection, IHTMLElementCollection2, IHTMLElementCollection3

public class HTMLElementCollection
extends java.lang.Object
implements DispHTMLElementCollectionDefault, IHTMLElementCollection, IHTMLElementCollection2, IHTMLElementCollection3, IHTMLDOMConstructor


フィールドの概要
static com.ms.com._Guid clsid
           
static com.ms.com._Guid iid
           
 
コンストラクタの概要
HTMLElementCollection()
           
 
メソッドの概要
 void DefineGetter(java.lang.String propname, com.ms.com.Variant pdispHandler)
           
 void DefineSetter(java.lang.String propname, com.ms.com.Variant pdispHandler)
           
 com.ms.com.IUnknown get_newEnum()
           
 java.lang.Object getConstructor()
           
 int getIe8_length()
           
 int getLength()
           
 IHTMLElement2 ie8_item(int index)
           
 IHTMLElement2 ie8_namedItem(java.lang.String name)
           
 java.lang.Object item(com.ms.com.Variant name, com.ms.com.Variant index)
           
 com.ms.com.Variant LookupGetter(java.lang.String propname)
           
 com.ms.com.Variant LookupSetter(java.lang.String propname)
           
 java.lang.Object namedItem(java.lang.String name)
           
 void setLength(int _jcomparam_0)
           
 java.lang.Object tags(com.ms.com.Variant tagName)
           
 java.lang.Object urns(com.ms.com.Variant urn)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

iid

public static final com.ms.com._Guid iid

clsid

public static final com.ms.com._Guid clsid
コンストラクタの詳細

HTMLElementCollection

public HTMLElementCollection()
メソッドの詳細

setLength

public void setLength(int _jcomparam_0)
定義:
インタフェース DispHTMLElementCollection 内の setLength
定義:
インタフェース DispHTMLElementCollectionDefault 内の setLength
定義:
インタフェース IHTMLElementCollection 内の setLength

getLength

public int getLength()
定義:
インタフェース DispHTMLElementCollection 内の getLength
定義:
インタフェース DispHTMLElementCollectionDefault 内の getLength
定義:
インタフェース IHTMLElementCollection 内の getLength

get_newEnum

public com.ms.com.IUnknown get_newEnum()
定義:
インタフェース DispHTMLElementCollection 内の get_newEnum
定義:
インタフェース DispHTMLElementCollectionDefault 内の get_newEnum
定義:
インタフェース IHTMLElementCollection 内の get_newEnum

item

public java.lang.Object item(com.ms.com.Variant name,
                             com.ms.com.Variant index)
定義:
インタフェース DispHTMLElementCollection 内の item
定義:
インタフェース DispHTMLElementCollectionDefault 内の item
定義:
インタフェース IHTMLElementCollection 内の item

tags

public java.lang.Object tags(com.ms.com.Variant tagName)
定義:
インタフェース DispHTMLElementCollection 内の tags
定義:
インタフェース DispHTMLElementCollectionDefault 内の tags
定義:
インタフェース IHTMLElementCollection 内の tags

urns

public java.lang.Object urns(com.ms.com.Variant urn)
定義:
インタフェース DispHTMLElementCollection 内の urns
定義:
インタフェース DispHTMLElementCollectionDefault 内の urns
定義:
インタフェース IHTMLElementCollection2 内の urns

namedItem

public java.lang.Object namedItem(java.lang.String name)
定義:
インタフェース DispHTMLElementCollection 内の namedItem
定義:
インタフェース DispHTMLElementCollectionDefault 内の namedItem
定義:
インタフェース IHTMLElementCollection3 内の namedItem

getIe8_length

public int getIe8_length()
定義:
インタフェース DispHTMLElementCollection 内の getIe8_length
定義:
インタフェース DispHTMLElementCollectionDefault 内の getIe8_length

ie8_item

public IHTMLElement2 ie8_item(int index)
定義:
インタフェース DispHTMLElementCollection 内の ie8_item
定義:
インタフェース DispHTMLElementCollectionDefault 内の ie8_item

ie8_namedItem

public IHTMLElement2 ie8_namedItem(java.lang.String name)
定義:
インタフェース DispHTMLElementCollection 内の ie8_namedItem
定義:
インタフェース DispHTMLElementCollectionDefault 内の ie8_namedItem

getConstructor

public java.lang.Object getConstructor()
定義:
インタフェース DispHTMLElementCollection 内の getConstructor
定義:
インタフェース DispHTMLElementCollectionDefault 内の getConstructor
定義:
インタフェース IHTMLDOMConstructor 内の getConstructor

LookupGetter

public com.ms.com.Variant LookupGetter(java.lang.String propname)
定義:
インタフェース IHTMLDOMConstructor 内の LookupGetter

LookupSetter

public com.ms.com.Variant LookupSetter(java.lang.String propname)
定義:
インタフェース IHTMLDOMConstructor 内の LookupSetter

DefineGetter

public void DefineGetter(java.lang.String propname,
                         com.ms.com.Variant pdispHandler)
定義:
インタフェース IHTMLDOMConstructor 内の DefineGetter

DefineSetter

public void DefineSetter(java.lang.String propname,
                         com.ms.com.Variant pdispHandler)
定義:
インタフェース IHTMLDOMConstructor 内の DefineSetter