com.meterware.httpunit

Class WebList

public class WebList extends HTMLElementBase

Represents an HTML list. Experimental.

Since: 1.6

Author: Russell Gold

Field Summary
static intBULLET_LIST
Indicator of a bullet list (HTML tag <ul>)
static intORDERED_LIST
Indicator of an ordered list (HTML tag <ol>)
Constructor Summary
WebList(WebResponse response, FrameSelector frame, URL baseURL, String baseTarget, Element element, String characterSet)
Method Summary
TextBlock[]getItems()
intgetListType()
protected ScriptableDelegategetParentDelegate()
protected ScriptableDelegatenewScriptable()

Field Detail

BULLET_LIST

public static final int BULLET_LIST
Indicator of a bullet list (HTML tag <ul>)

ORDERED_LIST

public static final int ORDERED_LIST
Indicator of an ordered list (HTML tag <ol>)

Constructor Detail

WebList

public WebList(WebResponse response, FrameSelector frame, URL baseURL, String baseTarget, Element element, String characterSet)

Method Detail

getItems

public TextBlock[] getItems()

getListType

public int getListType()

getParentDelegate

protected ScriptableDelegate getParentDelegate()

newScriptable

protected ScriptableDelegate newScriptable()