A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
X
X
- XMLAssertion - class in org.apache.jmeter.assertions
- Checks if the result is a well-formed XML content using XMLReader
- XMLAssertionGui - class in org.apache.jmeter.assertions.gui
- XMLConfPanel - class in org.apache.jmeter.assertions.gui
- XMLDefaultMutableTreeNode - class in org.apache.jmeter.visualizers
- A extended class of DefaultMutableTreeNode except that it also attached XML node and convert XML document into DefaultMutableTreeNode.
- XMLSchemaAssertion - class in org.apache.jmeter.assertions
- XMLSchemaAssertion.
- XMLSchemaAssertionGUI - class in org.apache.jmeter.assertions.gui
- XMLSchemaAssertionGUI.
- XPath2Assertion - class in org.apache.jmeter.assertions
- Checks if the result is a well-formed XML content and whether it matches an XPath
- XPath2AssertionGui - class in org.apache.jmeter.assertions.gui
- XPath2Extractor - class in org.apache.jmeter.extractor
- Extracts text from (X)HTML response using XPath query language Example XPath queries:
- /html/head/title
- extracts Title from HTML response
- //form[@name='countryForm']//select[@name='country']/option[text()='Czech Republic'])/@value
- extracts value attribute of option element that match text 'Czech Republic' inside of select element with name attribute 'country' inside of form with name attribute 'countryForm'
- //head
- extracts the XML fragment for head node.
- //head/text()
- extracts the text content for head node.
- XPath2ExtractorGui - class in org.apache.jmeter.extractor.gui
- GUI for XPath2Extractor class.
- XPath2Panel - class in org.apache.jmeter.assertions.gui
- Gui component for representing a xpath expression
- XPathAssertion - class in org.apache.jmeter.assertions
- Checks if the result is a well-formed XML content and whether it matches an XPath
- XPathAssertionGui - class in org.apache.jmeter.assertions.gui
- XPathExtractor - class in org.apache.jmeter.extractor
- Extracts text from (X)HTML response using XPath query language Example XPath queries:
- /html/head/title
- extracts Title from HTML response
- //form[@name='countryForm']//select[@name='country']/option[text()='Czech Republic'])/@value
- extracts value attribute of option element that match text 'Czech Republic' inside of select element with name attribute 'country' inside of form with name attribute 'countryForm'
- //head
- extracts the XML fragment for head node.
- //head/text()
- extracts the text content for head node.
- XPathExtractorGui - class in org.apache.jmeter.extractor.gui
- GUI for XPathExtractor class.
- XPathPanel - class in org.apache.jmeter.assertions.gui
- Gui component for representing a xpath expression