![]() |
OTX Reference
|
|
Returns a XmlDocument from a ByteField. More...
Public Attributes | |
ByteFieldTerm | byteField |
Cardinality [1] The ByteField which encapsulates the XML data. It can be retrieved from a file via the ReadBytes term. More... | |
EncodingTerm | fallbackEncoding |
Cardinality [1] Optional encoding value of the ByteField (Default = "UTF-8"), if not encoding is described in XML prolog. If the encoding is defined in prolog this value should be ignored. If an invalid encoding (BIN, OCT, HEX) is specified, a XmlFormatException shall be thrown. More... | |
![]() | |
MetaData | metaData |
Cardinality [0..1] The MetaData type allows tools to store additional, mainly tool-specific data. More... | |
Returns a XmlDocument from a ByteField.
The XmlFromByteField activity returns a XmlDocument from a ByteField.
Exceptions.XmlFormatException |
ByteFieldTerm OpenTestSystem.Otx.Extensions.XML.Terms.XmlFromByteField.byteField |
Cardinality [1]
The ByteField which encapsulates the XML data. It can be retrieved from a file via the ReadBytes term.
EncodingTerm OpenTestSystem.Otx.Extensions.XML.Terms.XmlFromByteField.fallbackEncoding |
Cardinality [1]
Optional encoding value of the ByteField (Default = "UTF-8"), if not encoding is described in XML prolog. If the encoding is defined in prolog this value should be ignored. If an invalid encoding (BIN, OCT, HEX) is specified, a XmlFormatException shall be thrown.