|
Apache JMeter 1.9 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.jmeter.protocol.http.parser.HtmlParser
Title: Description: Copyright: Copyright (c) 2001 Company:
Nested Class Summary | |
static class |
HtmlParser.Test
! |
Field Summary | |
protected static String |
utfEncodingName
! |
Constructor Summary | |
HtmlParser()
Constructor for the HtmlParser object |
Method Summary | |
static org.w3c.dom.Document |
createEmptyDoc()
! |
static HTTPSampler |
createUrlFromAnchor(String parsedUrlString,
HTTPSampler context)
Create a new URL based on an HREF string plus a contextual URL object. |
static List |
createURLFromForm(org.w3c.dom.Node doc,
HTTPSampler context)
! |
static org.w3c.dom.Node |
getDOM(String text)
Returns a node representing a whole xml given an xml document |
static org.w3c.tidy.Tidy |
getParser()
Returns tidy as HTML parser |
static String |
getUTFEncodingName()
Returns the encoding type which is different for different jdks even though the mean the same thing i.e. |
static boolean |
isAnchorMatched(HTTPSampler newLink,
HTTPSampler config)
! |
static boolean |
isArgumentMatched(Argument arg,
Argument patternArg)
! |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected static String utfEncodingName
Constructor Detail |
public HtmlParser()
Method Detail |
public static boolean isAnchorMatched(HTTPSampler newLink, HTTPSampler config) throws org.apache.oro.text.regex.MalformedPatternException
newLink
- !ToDo (Parameter description)config
- !ToDo (Parameter description)
org.apache.oro.text.regex.MalformedPatternException
- !ToDo (Exception description)public static boolean isArgumentMatched(Argument arg, Argument patternArg) throws org.apache.oro.text.regex.MalformedPatternException
arg
- !ToDo (Parameter description)patternArg
- !ToDo (Parameter description)
org.apache.oro.text.regex.MalformedPatternException
- !ToDo (Exception description)public static org.w3c.tidy.Tidy getParser()
tidy
as HTML parser
tidy
HTML parserpublic static org.w3c.dom.Node getDOM(String text) throws org.xml.sax.SAXException
text
- an xml document
org.xml.sax.SAXException
- !ToDo (Exception description)public static String getUTFEncodingName()
public static org.w3c.dom.Document createEmptyDoc()
public static HTTPSampler createUrlFromAnchor(String parsedUrlString, HTTPSampler context) throws MalformedURLException
parsedUrlString
- !ToDo (Parameter description)context
- !ToDo (Parameter description)
MalformedURLException
- !ToDo (Exception description)public static List createURLFromForm(org.w3c.dom.Node doc, HTTPSampler context)
context
- !ToDo (Parameter description)doc
- !ToDo (Parameter description)
|
Apache JMeter 1.9 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |