OTX Reference  
OpenTestSystem.Otx.Extensions.XML Namespace Reference

Read and write access to XML documents More...

Namespaces

namespace  Actions
 Lists all ActionRealisation extensions.
 
namespace  DataTypes
 Data types, see also Core data types.
 
namespace  Exceptions
 Error handling.
 
namespace  Terms
 Lists all Terms.
 
namespace  Variables
 Variable Access.
 

Classes

class  CheckerRule
 Comprehensive checker rule listing, see also Core checker rules. More...
 

Detailed Description

Read and write access to XML documents

This extension makes it possible to read and interpret XML documents from the file system or any other source. It allows modification of existing documents and creation of new documents.
The extension follows the Document Object Model(DOM) approach. It offers actions, terms, and data types for basic tasks such as navigating to child elements, adding e.g.adding a processing instruction to a document.
It is, however, it is not intended as a general-purpose DOM API.Use cases which are not expected in the domain of vehicle diagnostics(e.g.reading comments) are not covered by this extension.
For reasons of interoperability and exchangeability, the usage of relative paths is recommended (see Part 2 of ISO 13209, OTX home directory).