Home | History | Annotate | Download | only in testserver

Lines Matching defs:ParseXml

36 def ParseXml(xml_string):
65 ParseXml() (i.e., a root element).
148 stanza = ParseXml(xml_text)
211 _AUTH_STANZA = ParseXml(
221 _AUTH_SUCCESS_STANZA = ParseXml(
225 _AUTH_FAILURE_STANZA = ParseXml(
229 _BIND_STANZA = ParseXml(
238 _BIND_RESULT_STANZA = ParseXml(
248 _IQ_RESPONSE_STANZA = ParseXml('<iq id="" type="result"/>')
375 _IQ_RESPONSE_STANZA = ParseXml('<iq from="" id="" type="result"/>')
508 _NOTIFICATION_STANZA = ParseXml(