|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectnet.sf.jiffie.IDispatch
net.sf.jiffie.BrowserDispatch
net.sf.jiffie.IHTMLAttributeCollection
public class IHTMLAttributeCollection
A collection of attributes for a single Node.
| Field Summary |
|---|
| Fields inherited from class net.sf.jiffie.IDispatch |
|---|
IID |
| Constructor Summary | |
|---|---|
IHTMLAttributeCollection(InternetExplorer parentBrowser,
IHTMLDOMNode ownerElement,
Dispatch dispatch)
Constructor. |
|
| Method Summary | |
|---|---|
int |
getLength()
Get the length of attribute collection. |
IHTMLDOMAttribute |
item(int index)
Get the nth attribute from the list. |
| Methods inherited from class net.sf.jiffie.BrowserDispatch |
|---|
getElementProperty, getParentBrowser |
| Methods inherited from class net.sf.jiffie.IDispatch |
|---|
call, call, call, call, call, clone, finalize, getBooleanProperty, getDispatch, getDispatchProperty, getIntegerProperty, getStringProperty, getVariantProperty, isReleased, newDispatch, queryInterface, release, setBooleanProperty, setIntegerProperty, setStringProperty |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IHTMLAttributeCollection(InternetExplorer parentBrowser,
IHTMLDOMNode ownerElement,
Dispatch dispatch)
parentBrowser - parent browserownerElement - the node to which this collection belongs.dispatch - Jacob dispatch interface| Method Detail |
|---|
public int getLength()
org.w3c.dom.NamedNodeMap#getLength()public IHTMLDOMAttribute item(int index)
index - The number of attribute (zero based).
org.w3c.dom.NamedNodeMap#item(int)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||