Searched refs:ctxt_parser (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.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
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/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 120 milliseconds