Package | Description |
---|---|
org.eclipse.actf.visualization.eval.html.statistics |
This package contains utilities to gather statistics information about target HTML content.
|
Modifier and Type | Method and Description |
---|---|
static HeadingsData |
HeadingsData.parseItem(Attributes atts)
Extract heading tag information from XML fragment and store information
into new
HeadingsData instance. |
Modifier and Type | Method and Description |
---|---|
Vector<HeadingsData> |
PageData.getHeadingsData() |
Modifier and Type | Method and Description |
---|---|
void |
PageData.setHeadingsData(Vector<HeadingsData> headings)
Set headings information of the page
|