|
||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||
java.lang.Objectjp.hishidama.win32.com.ComPtr
jp.hishidama.win32.com.IUnknown
jp.hishidama.win32.com.IDispatch
jp.hishidama.win32.mshtml.IHTMLElementCollection
public class IHTMLElementCollection
IHTMLElementCollection,IHTMLElementCollection2〜3クラス.
HTML要素の一覧を扱うクラスです。
| メソッドの概要 | |
|---|---|
int |
getLength()
個数取得. |
IHTMLElement |
getNamedItem(String name)
HTML要素取得. |
IHTMLElement |
getNamedItem(String name,
boolean addChild)
推奨されていません。 |
IUnknown |
getNewEnum()
|
IUnknown |
getNewEnum(boolean addChild)
推奨されていません。 |
IHTMLElement |
item(int index)
HTML要素取得. |
IHTMLElement |
item(int index,
boolean addChild)
推奨されていません。 |
IHTMLElement |
item(String name,
int index)
HTML要素取得. |
IHTMLElement |
item(String name,
int index,
boolean addChild)
推奨されていません。 |
List |
list()
リスト化. |
List |
list(boolean addChild)
推奨されていません。 |
void |
setLength(int len)
個数設定. |
IHTMLElement |
tags(Variant tagName)
HTML要素取得. |
IHTMLElement |
tags(Variant tagName,
boolean addChild)
推奨されていません。 |
IHTMLElement |
urns(Variant urn)
HTML要素取得. |
IHTMLElement |
urns(Variant urn,
boolean addChild)
推奨されていません。 |
| クラス jp.hishidama.win32.com.IDispatch から継承されたメソッド |
|---|
getIDOfName, getTypeInfo, getTypeInfo, getTypeInfoCount, getTypeName |
| クラス jp.hishidama.win32.com.ComPtr から継承されたメソッド |
|---|
dispose, dispose, dispose, dispose, dispose, dispose, dispose, disposeChild |
| クラス java.lang.Object から継承されたメソッド |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| メソッドの詳細 |
|---|
public void setLength(int len)
len - 個数public int getLength()
public IUnknown getNewEnum()
public IUnknown getNewEnum(boolean addChild)
ComPtr.disposeChild(),
getNewEnum()
public IHTMLElement item(String name,
int index)
name - 名前index - 番号
public IHTMLElement item(String name,
int index,
boolean addChild)
ComPtr.disposeChild(),
item(String, int)public IHTMLElement item(int index)
index - 番号
public IHTMLElement item(int index,
boolean addChild)
ComPtr.disposeChild(),
item(int)public IHTMLElement tags(Variant tagName)
tagName - タグ名
public IHTMLElement tags(Variant tagName,
boolean addChild)
ComPtr.disposeChild(),
tags(Variant)public IHTMLElement urns(Variant urn)
urn - URN
public IHTMLElement urns(Variant urn,
boolean addChild)
ComPtr.disposeChild(),
urns(Variant)public IHTMLElement getNamedItem(String name)
name - 名称
public IHTMLElement getNamedItem(String name,
boolean addChild)
ComPtr.disposeChild(),
getNamedItem(String)public List list()
保持している全要素をリストに入れて返す。
IHTMLElementのリストpublic List list(boolean addChild)
ComPtr.disposeChild(),
list()
|
||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||