![]() |
OTX Reference
|
|
Creates a XmlDocument from a XMLElementTerm. More...
Public Attributes | |
EncodingTerm | encoding |
Cardinality [0..1] Optional encoding value of the ByteField (Default = "UTF-8"). If an invalid encoding (BIN, OCT, HEX) is specified, a XmlFormatException shall be thrown. More... | |
XmlElementTerm | rootNode |
Cardinality [1] Root element that is the parent of all other elements. More... | |
BooleanTerm | standalone |
Cardinality [0..1] The optional standalone attribute of a xml declaration (Default = "false"). More... | |
StringTerm | version |
Cardinality [0..1] Optional XML version (Default = "1.0"). More... | |
![]() | |
MetaData | metaData |
Cardinality [0..1] The MetaData type allows tools to store additional, mainly tool-specific data. More... | |
Creates a XmlDocument from a XMLElementTerm.
The CreateXmlDocument activity creates a XmlDocument from a XMLElementTerm.
Exceptions.XmlFormatException | If the given encoding is invalid. |
Exceptions.XmlChangeException | If the <rootNode> element has already been added to a parent or it is used as a root node of another document. |
EncodingTerm OpenTestSystem.Otx.Extensions.XML.Terms.CreateXmlDocument.encoding |
Cardinality [0..1]
Optional encoding value of the ByteField (Default = "UTF-8"). If an invalid encoding (BIN, OCT, HEX) is specified, a XmlFormatException shall be thrown.
XmlElementTerm OpenTestSystem.Otx.Extensions.XML.Terms.CreateXmlDocument.rootNode |
Cardinality [1]
Root element that is the parent of all other elements.
BooleanTerm OpenTestSystem.Otx.Extensions.XML.Terms.CreateXmlDocument.standalone |
Cardinality [0..1]
The optional standalone attribute of a xml declaration (Default = "false").
StringTerm OpenTestSystem.Otx.Extensions.XML.Terms.CreateXmlDocument.version |
Cardinality [0..1]
Optional XML version (Default = "1.0").