Home
last modified time | relevance | path

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

/openbmc/qemu/docs/sphinx/
H A Ddbusparser.py101 class DBusXMLParser: class
122 self.state = DBusXMLParser.STATE_TOP
139 comment_state = DBusXMLParser.COMMENT_STATE_BEGIN
148 if comment_state == DBusXMLParser.COMMENT_STATE_BEGIN:
154 comment_state = DBusXMLParser.COMMENT_STATE_PARAMS
156 comment_state = DBusXMLParser.COMMENT_STATE_SKIP
162 comment_state = DBusXMLParser.COMMENT_STATE_PARAMS
163 elif comment_state == DBusXMLParser.COMMENT_STATE_PARAMS:
167 comment_state = DBusXMLParser.COMMENT_STATE_BODY
176 comment_state = DBusXMLParser.COMMENT_STATE_BODY
[all …]