![]() |
OTX Reference
|
|
Creates an XmlDocument from an XMLElementTerm. More...

Public Attributes | |
| EncodingTerm | encoding |
| Cardinality [0..1] Optional encoding of the XML document (Default = "UTF-8"). If an invalid encoding (BIN, OCT, HEX) is specified, an XmlFormatException shall be thrown. More... | |
| XmlElementTerm | rootNode |
| Cardinality [1] Assignment of a root node term, which will be included in the document. More... | |
| BooleanTerm | standalone |
| Cardinality [0..1] The optional standalone attribute of an XML declaration (Default = "false"). More... | |
| StringTerm | version |
| Cardinality [0..1] Optional XML version (Default = "1.0"). More... | |
Public Attributes inherited from OpenTestSystem.Otx.Core.Terms.Term | |
| MetaData | metaData |
| Cardinality [0..1] The MetaData type allows tools to store additional, mainly tool-specific data. More... | |
Creates an XmlDocument from an XMLElementTerm.
The CreateXmlDocument activity creates an XmlDocument from an 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 of the XML document (Default = "UTF-8"). If an invalid encoding (BIN, OCT, HEX) is specified, an XmlFormatException shall be thrown.
| XmlElementTerm OpenTestSystem.Otx.Extensions.XML.Terms.CreateXmlDocument.rootNode |
Cardinality [1]
Assignment of a root node term, which will be included in the document.
| BooleanTerm OpenTestSystem.Otx.Extensions.XML.Terms.CreateXmlDocument.standalone |
Cardinality [0..1]
The optional standalone attribute of an XML declaration (Default = "false").
| StringTerm OpenTestSystem.Otx.Extensions.XML.Terms.CreateXmlDocument.version |
Cardinality [0..1]
Optional XML version (Default = "1.0").