pbf.statement.XmlStatement
5class XmlStatement(Statement): 6 def __init__(self, data: str): 7 super().__init__("xml", **{"data": data})