Home
last modified time | relevance | path

Searched refs:ctxt_valid (Results 1 – 2 of 2) sorted by relevance

/external/libxml2/python/tests/
DvalidSchemas.py52 ctxt_valid = ctxt_schema.schemaNewValidCtxt() variable
53 ctxt_valid.setValidityErrorHandler(e.handler, e.handler, ARG)
57 ret = doc.schemaValidateDoc(ctxt_valid)
65 ret = doc.schemaValidateDoc(ctxt_valid)
73 del ctxt_valid
Dschema.py32 ctxt_valid = ctxt_schema.schemaNewValidCtxt() variable
34 ret = doc.schemaValidateDoc(ctxt_valid)
42 del ctxt_valid