public class ElementInfo extends Object
Constructor and Description |
---|
ElementInfo() |
Modifier and Type | Method and Description |
---|---|
Rectangle |
getBounds() |
static String |
getCSVHeader() |
com.trolltech.qt.webkit.QWebElement |
getElement() |
String |
getElementId() |
boolean |
isContent() |
boolean |
isInsideContent() |
void |
setBounds(Rectangle bounds) |
void |
setContent(boolean isContent) |
void |
setElement(com.trolltech.qt.webkit.QWebElement element) |
void |
setInsideContent(boolean isInsideContent) |
String |
toCSVString() |
String |
toString() |
public ElementInfo()
public com.trolltech.qt.webkit.QWebElement getElement()
public void setElement(com.trolltech.qt.webkit.QWebElement element)
element
- the element to setpublic boolean isContent()
public void setContent(boolean isContent)
isContent
- the isContent to setpublic boolean isInsideContent()
public void setInsideContent(boolean isInsideContent)
isInsideContent
- the isInsideContent to setpublic String getElementId()
public static String getCSVHeader()
public String toCSVString()