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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/python/tests/
H A Dschema.py32 ctxt_valid = ctxt_schema.schemaNewValidCtxt() variable
34 ret = doc.schemaValidateDoc(ctxt_valid)
42 del ctxt_valid
H A 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

Completed in 107 milliseconds