Home
last modified time | relevance | path

Searched refs:setErrorHandler (Results 1 – 11 of 11) sorted by relevance

/third_party/libxml2/python/tests/
Dctxterror.py24 parserCtxt.setErrorHandler(callback, "-->")
42 parserCtxt.setErrorHandler(callback, "-->")
Dinput_callback.py60 parser.setErrorHandler(my_ctx_error_cb, None)
/third_party/python/Lib/xml/sax/
D__init__.py32 parser.setErrorHandler(errorHandler)
41 parser.setErrorHandler(errorHandler)
Dxmlreader.py62 def setErrorHandler(self, handler): member in XMLReader
Dsaxutils.py308 self._parent.setErrorHandler(self)
Dexpatreader.py445 p.setErrorHandler(xml.sax.ErrorHandler())
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClBitcodeParser.h400 Cursor.setErrorHandler(ErrHandler); in NaClBitcodeParser()
DNaClBitstreamReader.h514 void setErrorHandler(std::unique_ptr<ErrorHandler> &NewHandler) { in setErrorHandler() function
/third_party/libxml2/python/
Dlibxml.py659 def setErrorHandler(self,f,arg): member in parserCtxtCore
/third_party/python/Doc/library/
Dxml.sax.reader.rst159 .. method:: XMLReader.setErrorHandler(handler)
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/
DXLIFF2ICUConverter.java418 docBuilder.setErrorHandler(nullHandler); in createRB()