The FrameNode
class is derived from Node
and also resides in
the package de.qfs.apps.qftest.client.web.dom
. In addition to the methods
defined in the Node
class and explained above, FrameNode
provides the following:
|
|
|
DocumentNode getChildDocument() |
Returns | The child document of the frame. |
|
DomNode getFrameElement() |
Returns | Der DomNode oder null . |
|
String getFrameName() |
Returns | The name of the frame. |
|
String getFrameUrl() |
Returns | The URL of the frame. |
|
int[] getGeometry() |
Returns | The frame geometry in the form [x, y, width, height]. |
|
|
|