Searched refs:RNGParser (Results 1 – 1 of 1) sorted by relevance
647 xmlRelaxNGParserCtxtPtr RNGParser; in ValidateCommentXML() local656 RNGParser = xmlRelaxNGNewParserCtxt(CommentSchemaFile); in ValidateCommentXML()657 if (!RNGParser) { in ValidateCommentXML()661 Schema = xmlRelaxNGParse(RNGParser); in ValidateCommentXML()684 xmlRelaxNGFreeParserCtxt(RNGParser); in ValidateCommentXML()