org.apache.jmeter.protocol.http.parser |
|
Java Source File Name | Type | Comment |
HTMLParseError.java | Class | Error class for use with HTMLParser classes. |
HTMLParseException.java | Class | |
HTMLParser.java | Class | HtmlParsers can parse HTML content to obtain URLs. |
HtmlParserHTMLParser.java | Class | HtmlParser implementation using SourceForge's HtmlParser. |
HtmlParsingUtils.java | Class | |
JTidyHTMLParser.java | Class | HtmlParser implementation using JTidy. |
RegexpHTMLParser.java | Class | HtmlParser implementation using regular expressions.
This class will find RLs specified in the following ways (where url
represents the RL being found:
|
TestHTMLParser.java | Class | |
TestHtmlParsingUtils.java | Class | |
URLCollection.java | Class | Collection class designed for handling URLs
Before a URL is added to the collection, it is wrapped in a URLString class.
The iterator unwraps the URL before return.
N.B. |
URLString.java | Class | Helper class to allow URLs to be stored in Collections without incurring the
cost of the hostname lookup performed by the URL methods equals() and
hashCode() URL is a final class, so cannot be extended ... |