public class Div extends DocumentRange
| Constructor and Description |
|---|
Div(WebPage source)
Construct a range to hold the DIV tag.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
addElement, getBegin, getClassAttribute, getElements, getEnd, getIdAttribute, getParent, getSource, getTextOnly, setBegin, setClassAttribute, setEnd, setIdAttribute, setParent, setSourcepublic Div(WebPage source)
source - The web page this range was found on.