Searched refs:RNGParser (Results 1 – 1 of 1) sorted by relevance
547 xmlRelaxNGParserCtxtPtr RNGParser; in ValidateCommentXML() local556 RNGParser = xmlRelaxNGNewParserCtxt(CommentSchemaFile); in ValidateCommentXML()557 if (!RNGParser) { in ValidateCommentXML()561 Schema = xmlRelaxNGParse(RNGParser); in ValidateCommentXML()584 xmlRelaxNGFreeParserCtxt(RNGParser); in ValidateCommentXML()