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

/netgear-R7000-V1.0.7.12_1.2.5/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
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/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 45 milliseconds