Lines Matching full:schematron
1354 <file name='schematron'>
1356 <description>interface to the XML Schematron validity checking. </description>
4049 <info>Whether the Schematron validation interfaces are compiled in</info>
5008 <enum name='XML_FROM_SCHEMATRONV' file='xmlerror' value='28' type='xmlErrorDomain' info='The Schematron validator module'/>
5631 <enum name='XML_SCHEMATRON_OUT_BUFFER' file='schematron' value='512' type='xmlSchematronValidOptions' info='output to a buffer'/>
5632 <enum name='XML_SCHEMATRON_OUT_ERROR' file='schematron' value='8' type='xmlSchematronValidOptions' info='output via xmlStructuredErrorFunc'/>
5633 <enum name='XML_SCHEMATRON_OUT_FILE' file='schematron' value='256' type='xmlSchematronValidOptions' info='output to a file descriptor'/>
5634 schematron' value='1024' type='xmlSchematronValidOptions' info=' output to I/O mechanism'/>
5635 <enum name='XML_SCHEMATRON_OUT_QUIET' file='schematron' value='1' type='xmlSchematronValidOptions' info='quiet no report'/>
5636 <enum name='XML_SCHEMATRON_OUT_TEXT' file='schematron' value='2' type='xmlSchematronValidOptions' info='build a textual report'/>
5637 <enum name='XML_SCHEMATRON_OUT_XML' file='schematron' value='4' type='xmlSchematronValidOptions' info='output SVRL'/>
6812 <struct name='xmlSchematron' file='schematron' type='struct _xmlSchematron'/>
6813 <struct name='xmlSchematronParserCtxt' file='schematron' type='struct _xmlSchematronParserCtxt'/>
6814 <typedef name='xmlSchematronParserCtxtPtr' file='schematron' type='xmlSchematronParserCtxt *'/>
6815 <typedef name='xmlSchematronPtr' file='schematron' type='xmlSchematron *'/>
6816 <struct name='xmlSchematronValidCtxt' file='schematron' type='struct _xmlSchematronValidCtxt'/>
6817 <typedef name='xmlSchematronValidCtxtPtr' file='schematron' type='xmlSchematronValidCtxt *'/>
6818 <typedef name='xmlSchematronValidOptions' file='schematron' type='enum'/>
14114 <function name='xmlSchematronFree' file='schematron' module='schematron'>
14116 <info>Deallocate a Schematron structure.</info>
14120 <function name='xmlSchematronFreeParserCtxt' file='schematron' module='schematron'>
14126 <function name='xmlSchematronFreeValidCtxt' file='schematron' module='schematron'>
14132 <function name='xmlSchematronNewDocParserCtxt' file='schematron' module='schematron'>
14138 <function name='xmlSchematronNewMemParserCtxt' file='schematron' module='schematron'>
14145 <function name='xmlSchematronNewParserCtxt' file='schematron' module='schematron'>
14151 <function name='xmlSchematronNewValidCtxt' file='schematron' module='schematron'>
14158 <function name='xmlSchematronParse' file='schematron' module='schematron'>
14161 <return type='xmlSchematronPtr' info='the internal XML Schematron structure built from the resource or NULL in case of error'/>
14164 <function name='xmlSchematronSetValidStructuredErrors' file='schematron' module='schematron'>
14168 <arg name='ctxt' type='xmlSchematronValidCtxtPtr' info='a Schematron validation context'/>
14172 <function name='xmlSchematronValidateDoc' file='schematron' module='schematron'>
14174 <info>Validate a tree instance against the schematron</info>
14179 <functype name='xmlSchematronValidityErrorFunc' file='schematron' module='schematron'>
14181 <info>Signature of an error callback from a Schematron validation</info>
14187 <functype name='xmlSchematronValidityWarningFunc' file='schematron' module='schematron'>
14189 <info>Signature of a warning callback from a Schematron validation</info>