|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HTMLElement | |
---|---|
com.meterware.httpunit | Classes for testing http server systems. |
com.meterware.httpunit.controls | |
com.meterware.httpunit.dom | |
com.meterware.httpunit.javascript | |
com.meterware.httpunit.scripting |
Uses of HTMLElement in com.meterware.httpunit |
---|
Classes in com.meterware.httpunit that implement HTMLElement | |
---|---|
class |
BlockElement
Represents a block-level element such as a paragraph or table cell, which can contain other elements. |
class |
Button
A button in a form. |
class |
FormControl
Represents a control in an HTML form. |
class |
RadioButtonFormControl
|
class |
RadioGroupFormControl
Radio button control |
class |
ResetButton
Represents a form 'reset' button. |
class |
SubmitButton
This class represents a submit button in an HTML form. |
class |
TableCell
A single cell in an HTML table. |
class |
TableRow
|
class |
TextBlock
A class which represents a block of text in a web page. |
class |
WebApplet
This class represents the embedding of an applet in a web page. |
class |
WebForm
This class represents a form in an HTML page. |
class |
WebImage
Represents an image in an HTML document. |
class |
WebLink
This class represents a link in an HTML page. |
class |
WebList
Represents an HTML list. |
class |
WebRequestSource
Base class for objects which can be clicked to generate new web requests. |
class |
WebTable
This class represents a table in an HTML page. |
Methods in com.meterware.httpunit that return HTMLElement | |
---|---|
HTMLElement[] |
WebResponse.getElementsByTagName(java.lang.String tagName)
return the HTMLElements with the specified tag name |
HTMLElement[] |
HTMLSegment.getElementsWithAttribute(java.lang.String name,
java.lang.String value)
Returns the HTMLElements found with the specified attribute value. |
HTMLElement[] |
ParsedHTML.getElementsWithAttribute(java.lang.String name,
java.lang.String value)
Returns the HTML elements with an attribute with the specified name and value. |
HTMLElement[] |
WebResponse.getElementsWithAttribute(java.lang.String name,
java.lang.String value)
Returns the HTMLElements found with the specified attribute value. |
HTMLElement[] |
HTMLSegment.getElementsWithName(java.lang.String name)
Returns the HTMLElements found in this segment with the specified name. |
HTMLElement[] |
ParsedHTML.getElementsWithName(java.lang.String name)
Returns the HTML elements with the specified name. |
HTMLElement[] |
WebResponse.getElementsWithName(java.lang.String name)
Returns the HTMLElements found in this segment with the specified name. |
HTMLElement |
HTMLSegment.getElementWithID(java.lang.String id)
Returns the HTMLElement found in this segment with the specified ID. |
HTMLElement |
ParsedHTML.getElementWithID(java.lang.String id)
Returns the HTMLElement with the specified ID. |
HTMLElement |
WebResponse.getElementWithID(java.lang.String id)
Returns the HTMLElement with the specified ID. |
Uses of HTMLElement in com.meterware.httpunit.controls |
---|
Classes in com.meterware.httpunit.controls that implement HTMLElement | |
---|---|
class |
SelectionFormControl
FormControl for "Select" moved here by wf for testability and visibility see bugreport [ 1124057 ] Out of Bounds Exception should be avoided |
Uses of HTMLElement in com.meterware.httpunit.dom |
---|
Methods in com.meterware.httpunit.dom with parameters of type HTMLElement | |
---|---|
ScriptingHandler |
DomBasedScriptingEngineFactory.createHandler(HTMLElement elementBase)
|
Uses of HTMLElement in com.meterware.httpunit.javascript |
---|
Methods in com.meterware.httpunit.javascript with parameters of type HTMLElement | |
---|---|
ScriptingHandler |
JavaScriptEngineFactory.createHandler(HTMLElement elementBase)
|
Uses of HTMLElement in com.meterware.httpunit.scripting |
---|
Methods in com.meterware.httpunit.scripting with parameters of type HTMLElement | |
---|---|
ScriptingHandler |
ScriptingEngineFactory.createHandler(HTMLElement elementBase)
|
protected ScriptableDelegate[] |
ScriptableDelegate.getDelegates(HTMLElement[] elements)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |