launch_xml.parser module

Module for XML Parser class.

class launch_xml.parser.Parser(*args: Any, **kwargs: Any)

Bases: Parser

XML parser implementation.

classmethod get_file_extensions() Set[str]

Return the set of file extensions known to this parser.

classmethod load(file: str | ~io.TextIOBase) -> (<class 'launch_xml.entity.Entity'>, 'Parser')

Return entity loaded from XML file.