OpenPisco.CLApp.XmlToDic module#

XML DSL implementation

OpenPisco.CLApp.XmlToDic.CheckIntegrity(GUI=False)[source]#
OpenPisco.CLApp.XmlToDic.ConvertFromXmlToPiscoFormat(xmldata)[source]#
OpenPisco.CLApp.XmlToDic.ConvertToXml(dic, name: Optional[str] = None, indent: int = 0)[source]#
class OpenPisco.CLApp.XmlToDic.XmlToDic[source]#

Bases: InputReaderBase

ReadFromString(data: str)[source]#

Define DSL parsing strategy, to be redefined in the derived class

Parameters

data (str) – data to parse using appropriate strategy

XmlToDic(ops)[source]#