![]() |
OTX Reference
|
|
Returns a list of XmlElements of a XmlDocument according to the XPath. More...
Public Attributes | |
XmlDocumentTerm | document |
Cardinality [1] The XmlDocument object to which the operation is applied. More... | |
StringTerm | xPath |
Cardinality [1] A string representation of the XPath expression. XPath is a query language for selecting nodes from an XML document. More... | |
![]() | |
MetaData | metaData |
Cardinality [0..1] The MetaData type allows tools to store additional, mainly tool-specific data. More... | |
Returns a list of XmlElements of a XmlDocument according to the XPath.
The GetXmlElementsByXPath activity returns a list of XmlElements of a XmlDocument according to the XPath. The returned list shall be empty if no matches are found. If the specified XPath is invalid, an XPathException shall be thrown.
Exceptions.XPathException | If the path has a syntax error, or if it matches a node that is not an XML element (e.g. if it matches an XML attribute). |
XmlDocumentTerm OpenTestSystem.Otx.Extensions.XML.Terms.GetXmlElementsByXPath.document |
Cardinality [1]
The XmlDocument object to which the operation is applied.
StringTerm OpenTestSystem.Otx.Extensions.XML.Terms.GetXmlElementsByXPath.xPath |
Cardinality [1]
A string representation of the XPath expression. XPath is a query language for selecting nodes from an XML document.