Searched refs:RNGParser (Results 1 – 1 of 1) sorted by relevance
564 xmlRelaxNGParserCtxtPtr RNGParser; in ValidateCommentXML() local573 RNGParser = xmlRelaxNGNewParserCtxt(CommentSchemaFile); in ValidateCommentXML()574 if (!RNGParser) { in ValidateCommentXML()578 Schema = xmlRelaxNGParse(RNGParser); in ValidateCommentXML()601 xmlRelaxNGFreeParserCtxt(RNGParser); in ValidateCommentXML()