Home
last modified time | relevance | path

Searched refs:PARSER_VALIDATE (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/python/tests/
Dreader2.py46 reader.SetParserProp(libxml2.PARSER_VALIDATE, 1)
96 reader.SetParserProp(libxml2.PARSER_VALIDATE,1)
146 reader.SetParserProp(libxml2.PARSER_VALIDATE,1)
200 reader.SetParserProp(libxml2.PARSER_VALIDATE,1)
242 reader.SetParserProp(libxml2.PARSER_VALIDATE,1)
/external/libxml2/python/
Ddrv_libxml2.py157 reader.SetParserProp(libxml2.PARSER_VALIDATE,self.__validate)
Dlibxml.py618 PARSER_VALIDATE=3 variable