![]() |
OTX Reference
|
|
Creates a new XmlElement. More...
Public Attributes | |
MapTerm | attributes |
Cardinality [0..1] Contains a map of name/value pairs representing the attributes of the xml element. The attribute order is not specified. The name can contain an arbitrary namespace in form of "Namespace:Name". More... | |
StringTerm | name |
Cardinality [1] Name of an XML element. The value can contain an arbitrary namespace in form of "Namespace:Name". More... | |
StringTerm | text |
Cardinality [0..1] String representation of the text of an xml element. More... | |
![]() | |
MetaData | metaData |
Cardinality [0..1] The MetaData type allows tools to store additional, mainly tool-specific data. More... | |
Creates a new XmlElement.
The CreateXmlElement activity creates a new XmlElement. Special characters '<', '>' and '&' shall be escaped.
Exceptions.XmlChangeException | If the element name or an attribute name is invalid. |
MapTerm OpenTestSystem.Otx.Extensions.XML.Terms.CreateXmlElement.attributes |
Cardinality [0..1]
Contains a map of name/value pairs representing the attributes of the xml element. The attribute order is not specified. The name can contain an arbitrary namespace in form of "Namespace:Name".
StringTerm OpenTestSystem.Otx.Extensions.XML.Terms.CreateXmlElement.name |
Cardinality [1]
Name of an XML element. The value can contain an arbitrary namespace in form of "Namespace:Name".
StringTerm OpenTestSystem.Otx.Extensions.XML.Terms.CreateXmlElement.text |
Cardinality [0..1]
String representation of the text of an xml element.