|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface which defines the common properties for an HTML element, which can correspond to any HTML tag.
Method Summary | |
---|---|
java.lang.String |
getClassName()
Returns the class associated with this element. |
java.lang.String |
getID()
Returns the ID associated with this element. |
java.lang.String |
getName()
Returns the name associated with this element. |
com.meterware.httpunit.scripting.ScriptableDelegate |
getScriptableDelegate()
Returns the delegate which supports scripting this element. |
java.lang.String |
getTitle()
Returns the title associated with this element. |
Method Detail |
public java.lang.String getID()
public java.lang.String getClassName()
public java.lang.String getName()
public java.lang.String getTitle()
public com.meterware.httpunit.scripting.ScriptableDelegate getScriptableDelegate()
|
Copyright © 2000-2003 Russell Gold. See license agreement for rights granted. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |