Searched refs:xml_string (Results 1 – 5 of 5) sorted by relevance
25 def get_xml_text(xml_string='', tag=''): argument38 if xml_string and tag:39 root = ET.fromstring(xml_string)
103 final String xml_string = "<snoozed-notifications>" in testWriteXMLformattedCorrectly_testReadingCorrectTime() local111 new ByteArrayInputStream(xml_string.getBytes())), null); in testWriteXMLformattedCorrectly_testReadingCorrectTime()122 final String xml_string = "<snoozed-notifications>" in testWriteXML_afterReading_noNPE() local130 new ByteArrayInputStream(xml_string.getBytes())), null); in testWriteXML_afterReading_noNPE()145 final String xml_string = "<snoozed-notifications>" in testWriteXMLformattedCorrectly_testCorrectContextURI() local153 new ByteArrayInputStream(xml_string.getBytes())), null); in testWriteXMLformattedCorrectly_testCorrectContextURI()224 final String xml_string = "<snoozed-notifications>" in testScheduleRepostsForPersistedNotifications() local232 new ByteArrayInputStream(xml_string.getBytes())), null); in testScheduleRepostsForPersistedNotifications()
695 xml_string = xml.dom.minidom.parseString(698 xml_string = xml_string.split("\n", 1)[1]700 return os.linesep.join([s for s in xml_string.splitlines() if s.strip()])
24 def strip_xml_whitespace(xml_string): argument29 tree = etree.fromstring(xml_string)
META-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/ ...