![]() |
OTX Reference
|
|
Returns the text of a XML element as a String. More...
Public Attributes | |
XmlElementTerm | element |
Cardinality [1] The XmlElement object to which the operation is applied. More... | |
![]() | |
MetaData | metaData |
Cardinality [0..1] The MetaData type allows tools to store additional, mainly tool-specific data. More... | |
Returns the text of a XML element as a String.
The GetXmlElementText activity returns the text of a XML element as a String. If no text is available an empty string is returned. Escaped special characters '<', '>' and '&' shall be decoded. If the element contains CDATA's the returned string contains the content of the CDATA section as it is. If the element contains multiple text and/or CDATA nodes, the returned String is the concatenation of all these nodes.
XmlElementTerm OpenTestSystem.Otx.Extensions.XML.Terms.GetXmlElementText.element |
Cardinality [1]
The XmlElement object to which the operation is applied.