Skip to content

Runscript Parser

This module contains an XML-parser for run script specifications. It reads and converts a given specification and returns its representation in form of python classes.

Parser

A parser to parse xml runscript specifications.

__init__() -> None

Initializes the parser.

parse(file_name: str) -> Runscript

Parse a given runscript and return its representation in form of an instance of class Runscript.

Attributes:

Name Type Description
fileName str

a string holding a path to a xml file.