Searched refs:ctxt_parser (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.py30 ctxt_parser = libxml2.schemaNewMemParserCtxt(schema, len(schema)) variable
31 ctxt_schema = ctxt_parser.schemaParse()
40 del ctxt_parser
H A DvalidSchemas.py50 ctxt_parser = libxml2.schemaNewMemParserCtxt(schema, len(schema)) variable
51 ctxt_schema = ctxt_parser.schemaParse()
71 del ctxt_parser

Completed in 75 milliseconds