Home | History | Annotate | Download | only in test

Lines Matching refs:tostring

523     >>> ET.tostring(elem)
533 >>> ET.tostring(elem)
633 >>> print ET.tostring(element)
637 >>> ET.tostring(element, "ascii")
871 >>> ET.tostring(elem)
874 >>> ET.tostring(elem)
1232 >>> ET.tostring(ET.ProcessingInstruction('test', 'instruction'))
1234 >>> ET.tostring(ET.PI('test', 'instruction'))
1239 >>> ET.tostring(ET.PI('test', '<testing&>'))
1241 >>> ET.tostring(ET.PI('test', u'<testing&>\xe3'), 'latin1')
1547 >>> ET.tostring(tree, "utf-8")
1553 >>> ET.tostring(tree, "utf-8")
1557 >>> ET.tostring(tree, "utf-8")
1561 >>> ET.tostring(tree, "utf-8")
1566 >>> ET.tostring(tree, "utf-8")
1658 >>> ET.tostring(e)
1660 >>> ET.XML(ET.tostring(e)).get("text")
1662 >>> ET.tostring(ET.XML(ET.tostring(e)))
1713 >>> ET.tostring(ET.Element("{http://namespace.invalid/does/not/exist/}title"))
1716 >>> ET.tostring(ET.Element("{http://namespace.invalid/does/not/exist/}title"))
1721 >>> ET.tostring(ET.Element("{http://purl.org/dc/elements/1.1/}title"))
1792 >>> ET.tostring(e, 'ascii')
1795 >>> ET.tostring(e, 'ascii')
1807 >>> ET.tostring(e)