| java.lang.Object org.apache.jmeter.protocol.http.parser.HTMLParser org.apache.jmeter.protocol.http.parser.RegexpHTMLParser
RegexpHTMLParser | class RegexpHTMLParser extends HTMLParser (Code) | | HtmlParser implementation using regular expressions.
This class will find RLs specified in the following ways (where url
represents the RL being found:
- <img src=url ... >
- <script src=url ... >
- <applet code=url ... >
- <input type=image src=url ... >
- <body background=url ... >
- <table background=url ... >
- <td background=url ... >
- <tr background=url ... >
- <applet ... codebase=url ... >
- <embed src=url ... >
- <embed codebase=url ... >
- <object codebase=url ... >
- <link rel=stylesheet href=url... gt;
- <bgsound src=url ... >
- <frame src=url ... >
This class will take into account the following construct:
But not the following:
author: Jordi Salvat i Alabart |
RegexpHTMLParser | protected RegexpHTMLParser()(Code) | | Make sure to compile the regular expression upon instantiation:
|
isReusable | protected boolean isReusable()(Code) | | |
|
|