![]() |
OTX 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... | |
Read and write access to XML documents
This extension makes it possible to read and interpret XML documents from a file that shall be defined by an URI (see ISO 13209-2, Annex OTX home and URI recommendation). 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.