See: Description
| Interface | Description |
|---|---|
| DocumentElement |
Marker interface indicating a document element.
|
| Class | Description |
|---|---|
| Comment |
Class representing a comment in an HTML document.
|
| HtmlDocumentParser |
Lightweight document parser for HTML.
|
| HtmlDocumentValidator |
Simple class that provides a convenient programmatic way to define what an expected HTML document
should look like and then to validate a supplied document against this template.
|
| Tag |
Class representing an element in a document.
|
| TextContent |
Class representing text content that can appear within an element.
|
Test support for the HTTP implementation.
Copyright © 2006–2014 Apache Software Foundation. All rights reserved.