クラス
jp.hishidama.win32.mshtml.IHTMLElementCollection の使用

IHTMLElementCollection を使用しているパッケージ
jp.hishidama.win32.mshtml MSHTML関連クラス. 
 

jp.hishidama.win32.mshtml での IHTMLElementCollection の使用
 

IHTMLElementCollection を返す jp.hishidama.win32.mshtml のメソッド
 IHTMLElementCollection IHTMLDocument.getAll()
          全HTML要素取得.
 IHTMLElementCollection IHTMLDocument.getAll(boolean addChild)
          推奨されていません。  
 IHTMLElementCollection IHTMLDocument.getAnchors()
          アンカー要素取得.
 IHTMLElementCollection IHTMLDocument.getAnchors(boolean addChild)
          推奨されていません。  
 IHTMLElementCollection IHTMLTable.getCells()
           
 IHTMLElementCollection IHTMLTableRow.getCells()
           
 IHTMLElementCollection IHTMLTable.getCells(boolean addChild)
          推奨されていません。  
 IHTMLElementCollection IHTMLTableRow.getCells(boolean addChild)
          推奨されていません。  
 IHTMLElementCollection IHTMLDocument.getElementsByName(String name)
          HTML要素取得.
 IHTMLElementCollection IHTMLDocument.getElementsByName(String name, boolean addChild)
          推奨されていません。  
 IHTMLElementCollection IHTMLDocument.getElementsByTagName(String name)
          HTML要素取得.
 IHTMLElementCollection IHTMLElement.getElementsByTagName(String name)
          HTML要素取得.
 IHTMLElementCollection IHTMLDocument.getElementsByTagName(String name, boolean addChild)
          推奨されていません。  
 IHTMLElementCollection IHTMLElement.getElementsByTagName(String name, boolean addChild)
          推奨されていません。  
 IHTMLElementCollection IHTMLDocument.getForms()
          フォーム取得.
 IHTMLElementCollection IHTMLDocument.getForms(boolean addChild)
          推奨されていません。  
 IHTMLElementCollection IHTMLDocument.getImages()
          画像要素取得.
 IHTMLElementCollection IHTMLDocument.getImages(boolean addChild)
          推奨されていません。  
 IHTMLElementCollection IHTMLDocument.getLinks()
          リンク要素取得.
 IHTMLElementCollection IHTMLDocument.getLinks(boolean addChild)
          推奨されていません。  
 IHTMLElementCollection IHTMLTable.getRows()
           
 IHTMLElementCollection IHTMLTableSection.getRows()
           
 IHTMLElementCollection IHTMLTable.getRows(boolean addChild)
          推奨されていません。  
 IHTMLElementCollection IHTMLTableSection.getRows(boolean addChild)
          推奨されていません。  
 IHTMLElementCollection IHTMLTable.getTBodies()
           
 IHTMLElementCollection IHTMLTable.getTBodies(boolean addChild)
          推奨されていません。