Home
last modified time | relevance | path

Searched refs:XMLToDictParser (Results 1 – 7 of 7) sorted by relevance

/dports/print/hplip/hplip-3.20.6/fax/
H A Dsoapfax.py135 fax_setup = utils.XMLToDictParser().parseXML(stream.getvalue())
152 fax_setup = utils.XMLToDictParser().parseXML(stream.getvalue())
161 fax_setup = utils.XMLToDictParser().parseXML(stream.getvalue())
H A Dledmfax.py664 xmlDict = utils.XMLToDictParser().parseXML(data)
/dports/print/hplip/hplip-3.20.6/base/
H A Dwifi.py81 params = utils.XMLToDictParser().parseXML(data)
639 params = utils.XMLToDictParser().parseXML(xml)
H A DLedmWifi.py538 params = utils.XMLToDictParser().parseXML(to_bytes_utf8(repstr))
593 params = utils.XMLToDictParser().parseXML(repstr)
H A Dstatus.py1084 device_status = utils.XMLToDictParser().parseXML(info_device_status)
1093 ssp = utils.XMLToDictParser().parseXML(info_ssp)
H A Ddevice.py2587 xmlDict = utils.XMLToDictParser().parseXML(data)
2602 xmlDict = utils.XMLToDictParser().parseXML(data )
H A Dutils.py1041 class XMLToDictParser: class