Home
last modified time | relevance | path

Searched refs:setValidityErrorHandler (Results 1 – 15 of 15) sorted by relevance

/dports/graphics/opencollada/OpenCOLLADA-1.6.68/Externals/LibXML/python/tests/
H A DvalidDTD.py31 ctxt.setValidityErrorHandler(e.handler, e.handler, ARG)
H A DvalidRNG.py46 ctxt.setValidityErrorHandler(e.handler, e.handler, ARG)
H A DvalidSchemas.py53 ctxt_valid.setValidityErrorHandler(e.handler, e.handler, ARG)
/dports/textproc/libxml2/libxml2-2.9.12/python/tests/
H A DvalidDTD.py31 ctxt.setValidityErrorHandler(e.handler, e.handler, ARG)
H A DvalidRNG.py46 ctxt.setValidityErrorHandler(e.handler, e.handler, ARG)
H A DvalidSchemas.py53 ctxt_valid.setValidityErrorHandler(e.handler, e.handler, ARG)
/dports/textproc/py-libxml2/libxml2-2.9.12/python/tests/
H A DvalidDTD.py31 ctxt.setValidityErrorHandler(e.handler, e.handler, ARG)
H A DvalidRNG.py46 ctxt.setValidityErrorHandler(e.handler, e.handler, ARG)
H A DvalidSchemas.py53 ctxt_valid.setValidityErrorHandler(e.handler, e.handler, ARG)
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/Externals/LibXML/python/
H A Dlibxml.py651 def setValidityErrorHandler(self, err_func, warn_func, arg=None): member in ValidCtxtCore
664 def setValidityErrorHandler(self, err_func, warn_func, arg=None): member in SchemaValidCtxtCore
677 def setValidityErrorHandler(self, err_func, warn_func, arg=None): member in relaxNgValidCtxtCore
/dports/textproc/libxml2/libxml2-2.9.12/python/
H A Dlibxml.py681 def setValidityErrorHandler(self, err_func, warn_func, arg=None): member in ValidCtxtCore
694 def setValidityErrorHandler(self, err_func, warn_func, arg=None): member in SchemaValidCtxtCore
707 def setValidityErrorHandler(self, err_func, warn_func, arg=None): member in relaxNgValidCtxtCore
H A Dlibxml2.py681 def setValidityErrorHandler(self, err_func, warn_func, arg=None): member in ValidCtxtCore
694 def setValidityErrorHandler(self, err_func, warn_func, arg=None): member in SchemaValidCtxtCore
707 def setValidityErrorHandler(self, err_func, warn_func, arg=None): member in relaxNgValidCtxtCore
/dports/textproc/py-libxml2/libxml2-2.9.12/python/
H A Dlibxml.py681 def setValidityErrorHandler(self, err_func, warn_func, arg=None): member in ValidCtxtCore
694 def setValidityErrorHandler(self, err_func, warn_func, arg=None): member in SchemaValidCtxtCore
707 def setValidityErrorHandler(self, err_func, warn_func, arg=None): member in relaxNgValidCtxtCore
H A Dlibxml2.py681 def setValidityErrorHandler(self, err_func, warn_func, arg=None): member in ValidCtxtCore
694 def setValidityErrorHandler(self, err_func, warn_func, arg=None): member in SchemaValidCtxtCore
707 def setValidityErrorHandler(self, err_func, warn_func, arg=None): member in relaxNgValidCtxtCore
/dports/finance/moneymanagerex/bakefile-0.2.9/src/
H A Dxmlparser.py114 valid.setValidityErrorHandler(__libxml2schemaErr, __libxml2schemaErr, doc.name)