mshtml
クラス HTMLUrnCollection

java.lang.Object
  上位を拡張 mshtml.HTMLUrnCollection
すべての実装されたインタフェース:
DispHTMLUrnCollection, DispHTMLUrnCollectionDefault, IHTMLDOMConstructor, IHTMLUrnCollection

public class HTMLUrnCollection
extends java.lang.Object
implements DispHTMLUrnCollectionDefault, IHTMLUrnCollection, IHTMLDOMConstructor


フィールドの概要
static com.ms.com._Guid clsid
           
static com.ms.com._Guid iid
           
 
コンストラクタの概要
HTMLUrnCollection()
           
 
メソッドの概要
 void DefineGetter(java.lang.String propname, com.ms.com.Variant pdispHandler)
           
 void DefineSetter(java.lang.String propname, com.ms.com.Variant pdispHandler)
           
 java.lang.Object getConstructor()
           
 int getLength()
           
 java.lang.String item(int index)
           
 com.ms.com.Variant LookupGetter(java.lang.String propname)
           
 com.ms.com.Variant LookupSetter(java.lang.String propname)
           
 
クラス 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
コンストラクタの詳細

HTMLUrnCollection

public HTMLUrnCollection()
メソッドの詳細

getLength

public int getLength()
定義:
インタフェース DispHTMLUrnCollection 内の getLength
定義:
インタフェース DispHTMLUrnCollectionDefault 内の getLength
定義:
インタフェース IHTMLUrnCollection 内の getLength

item

public java.lang.String item(int index)
定義:
インタフェース DispHTMLUrnCollection 内の item
定義:
インタフェース DispHTMLUrnCollectionDefault 内の item
定義:
インタフェース IHTMLUrnCollection 内の item

getConstructor

public java.lang.Object getConstructor()
定義:
インタフェース DispHTMLUrnCollection 内の getConstructor
定義:
インタフェース DispHTMLUrnCollectionDefault 内の 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