Home
last modified time | relevance | path

Searched defs:start_element_handler (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/xml/dom/
Dexpatbuilder.py356 def start_element_handler(self, name, attributes): member in ExpatBuilder
548 def start_element_handler(self, *args): member in Rejecter
564 def start_element_handler(self, *args): member in Skipper
743 def start_element_handler(self, name, attributes): member in Namespaces
907 def start_element_handler(self, name, attrs): member in InternalSubsetExtractor
/external/python/cpython3/Lib/xml/dom/
Dexpatbuilder.py352 def start_element_handler(self, name, attributes): member in ExpatBuilder
541 def start_element_handler(self, *args): member in Rejecter
557 def start_element_handler(self, *args): member in Skipper
736 def start_element_handler(self, name, attributes): member in Namespaces
895 def start_element_handler(self, name, attrs): member in InternalSubsetExtractor
/external/skia/src/xml/
DSkXMLParser.cpp93 void XMLCALL start_element_handler(void *data, const char* tag, const char** attributes) { in start_element_handler() function
/external/skia/src/ports/
DSkFontMgr_android_parser.cpp577 static void XMLCALL start_element_handler(void *data, const char *tag, const char **attributes) { in start_element_handler() function