Home
last modified time | relevance | path

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

/external/python/cpython2/Doc/library/
Dxmllib.rst104 .. method:: handle_xml(encoding, standalone)
109 :meth:`handle_xml` default to ``None`` and the string ``'no'``
198 starts with ``<?xml ..?>``, :meth:`handle_xml` is called to handle it.
/external/python/cpython2/Lib/
Dxmllib.py322 self.handle_xml(encoding, standalone)
739 def handle_xml(self, encoding, standalone): member in XMLParser
811 def handle_xml(self, encoding, standalone): member in TestXMLParser
Dxmlrpclib.py576 self.handle_xml = target.xml
/external/python/cpython2/Modules/
D_elementtree.c2025 PyObject* handle_xml; member
2537 self->handle_xml = PyObject_GetAttrString(target, "xml");
2595 Py_XDECREF(self->handle_xml);