Searched defs:startDocument (Results 1 – 11 of 11) sorted by relevance
| /third_party/libxml2/python/tests/ | ||
| D | pushSAX.py | 11 def startDocument(self): member in callback |
| D | pushSAXhtml.py | 11 def startDocument(self): member in callback |
| D | indexes.py | 20 def startDocument(self): member in callback |
| D | sync.py | 11 def startDocument(self): member in callback |
| /third_party/vk-gl-cts/scripts/log/ | ||
| D | log_to_xml.py | 59 def startDocument (self): member in BuildXMLLogHandler |
| /third_party/python/Lib/xml/sax/ | ||
| D | saxutils.py | 150 def startDocument(self): member in XMLGenerator |
| D | handler.py | 80 def startDocument(self): member in ContentHandler |
| /third_party/python/Lib/xml/dom/ | ||
| D | pulldom.py | 159 def startDocument(self): member in PullDOM |
| /third_party/libxml2/ | ||
| D | legacy.c | 1086 startDocument(void *ctx) in startDocument() function |
| /third_party/libxml2/include/libxml/ | ||
| D | parser.h | 734 startDocumentSAXFunc startDocument; member |
| /third_party/libxml2/python/ | ||
| D | libxml.py | 164 def startDocument(self): member in SAXCallback |