DhStyleBase | +--DhElement | +--DhInlineFramepublic class DhInlineFrame
Represents an inline frame (<IFRAME>) element.
Constructors
Name | Description |
---|---|
DhInlineFrame() | Creates an empty frame. |
DhInlineFrame(String url) | Creates an frame using the HTML from the specified URL as its source. |
Methods
Name | Description |
---|---|
getFrameDocument() | Retrieves the document in this frame. |
getURL() | Retrieves the URL that defines the location of the contents of this frame. |
setURL(String url) | Sets the URL that defines the location of the contents of this frame. |
Creates an empty frame.
Creates an frame using the HTML from the specified URL as its source.
Returns a DhDocument object representing the contents of this frame.
Retrieves the document in this frame.
Returns the location of the URL for this frame.
Retrieves the URL that defines the location of the contents of this frame.
Sets the URL that defines the location of the contents of this frame.