Searched refs:RNGParser (Results 1 – 1 of 1) sorted by relevance
560 xmlRelaxNGParserCtxtPtr RNGParser; in ValidateCommentXML() local569 RNGParser = xmlRelaxNGNewParserCtxt(CommentSchemaFile); in ValidateCommentXML()570 if (!RNGParser) { in ValidateCommentXML()574 Schema = xmlRelaxNGParse(RNGParser); in ValidateCommentXML()597 xmlRelaxNGFreeParserCtxt(RNGParser); in ValidateCommentXML()