cargilld 2005/04/13 10:25:11 Modified: c/doc program-dom.xml program-sax.xml program-sax2.xml Log: Update documentation for recently added features. Revision Changes Path 1.49 +61 -0 xml-xerces/c/doc/program-dom.xml Index: program-dom.xml =================================================================== RCS file: /home/cvs/xml-xerces/c/doc/program-dom.xml,v retrieving revision 1.48 retrieving revision 1.49 diff -u -r1.48 -r1.49 --- program-dom.xml 25 Feb 2005 10:41:52 -0000 1.48 +++ program-dom.xml 13 Apr 2005 17:25:11 -0000 1.49 @@ -612,7 +612,36 @@ <tr><th><em>note:</em></th><td> Each annotation is validated independently. </td></tr> </table> <p/> + + <anchor name="IgnoreAnnotations"/> + <table> + <tr><th colspan="2"><em>setIgnoreAnnotations</em></th></tr> + <tr><th><em>true:</em></th><td> Do not generate XSAnnotations when traversing a schema.</td></tr> + <tr><th><em>false:</em></th><td> Generate XSAnnotations when traversing a schema.</td></tr> + <tr><th><em>default:</em></th><td> false </td></tr> + </table> + <p/> + <anchor name="DisableDefaultEntityResolution"/> + <table> + <tr><th colspan="2"><em>setDisableDefaultEntityResolution</em></th></tr> + <tr><th><em>true:</em></th><td> The parser will not attempt to resolve the entity when the resolveEntity method returns NULL.</td></tr> + <tr><th><em>false:</em></th><td> The parser will attempt to resolve the entity when the resolveEntity method returns NULL.</td></tr> + <tr><th><em>default:</em></th><td> false </td></tr> + </table> + <p/> + + <anchor name="SkipDTDValidation"/> + <table> + <tr><th colspan="2"><em>setSkipDTDValidation</em></th></tr> + <tr><th><em>true:</em></th><td> When schema validation is on the parser will ignore the DTD, except for entities.</td></tr> + <tr><th><em>false:</em></th><td> The parser will not ignore DTDs when validating.</td></tr> + <tr><th><em>default:</em></th><td> false </td></tr> + <tr><th><em>see:</em></th><td> + <link anchor="schema">DoSchema</link></td></tr> + </table> + <p/> + <anchor name="XercesIgnoreCachedDTD"/> <table> <tr><th colspan="2"><em>setIgnoreCachedDTD</em></th></tr> @@ -1337,6 +1366,38 @@ </table> <p/> + <anchor name="builder-IgnoreAnnotations"/> + <table> + <tr><th colspan="2"><em>http://apache.org/xml/features/schema/ignore-annotations</em></th></tr> + <tr><th><em>true:</em></th><td> Do not generate XSAnnotations when traversing a schema.</td></tr> + <tr><th><em>false:</em></th><td> Generate XSAnnotations when traversing a schema.</td></tr> + <tr><th><em>default:</em></th><td> false </td></tr> + <tr><th><em>XMLUni Predefined Constant:</em></th><td> fgXercesIgnoreAnnotations </td></tr> + </table> + <p/> + + <anchor name="builder-DisableDefaultEntityResolution"/> + <table> + <tr><th colspan="2"><em>http://apache.org/xml/features/disable-default-entity-resolution</em></th></tr> + <tr><th><em>true:</em></th><td> The parser will not attempt to resolve the entity when the resolveEntity method returns NULL.</td></tr> + <tr><th><em>false:</em></th><td> The parser will attempt to resolve the entity when the resolveEntity method returns NULL.</td></tr> + <tr><th><em>default:</em></th><td> false </td></tr> + <tr><th><em>XMLUni Predefined Constant:</em></th><td> fgXercesDisableDefaultEntityResolution </td></tr> + </table> + <p/> + + <anchor name="builder-SkipDTDValidation"/> + <table> + <tr><th colspan="2"><em>http://apache.org/xml/features/validation/schema/skip-dtd-validation</em></th></tr> + <tr><th><em>true:</em></th><td> When schema validation is on the parser will ignore the DTD, except for entities.</td></tr> + <tr><th><em>false:</em></th><td> The parser will not ignore DTDs when validating.</td></tr> + <tr><th><em>default:</em></th><td> false </td></tr> + <tr><th><em>XMLUni Predefined Constant:</em></th><td> fgXercesSkipDTDValidation </td></tr> + <tr><th><em>see:</em></th><td> + <link anchor="builder-schema">Schema Validation</link></td></tr> + </table> + <p/> + <anchor name="builder-IgnoreCachedDTD"/> <table> <tr><th colspan="2"><em>http://apache.org/xml/features/validation/ignoreCachedDTD</em></th></tr> 1.23 +29 -0 xml-xerces/c/doc/program-sax.xml Index: program-sax.xml =================================================================== RCS file: /home/cvs/xml-xerces/c/doc/program-sax.xml,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- program-sax.xml 21 Feb 2005 23:28:17 -0000 1.22 +++ program-sax.xml 13 Apr 2005 17:25:11 -0000 1.23 @@ -389,6 +389,35 @@ <tr><th><em>note:</em></th><td> Each annotation is validated independently. </td></tr> </table> <p/> + + <anchor name="IgnoreAnnotations"/> + <table> + <tr><th colspan="2"><em>setIgnoreAnnotations</em></th></tr> + <tr><th><em>true:</em></th><td> Do not generate XSAnnotations when traversing a schema.</td></tr> + <tr><th><em>false:</em></th><td> Generate XSAnnotations when traversing a schema.</td></tr> + <tr><th><em>default:</em></th><td> false </td></tr> + </table> + <p/> + + <anchor name="DisableDefaultEntityResolution"/> + <table> + <tr><th colspan="2"><em>setDisableDefaultEntityResolution</em></th></tr> + <tr><th><em>true:</em></th><td> The parser will not attempt to resolve the entity when the resolveEntity method returns NULL.</td></tr> + <tr><th><em>false:</em></th><td> The parser will attempt to resolve the entity when the resolveEntity method returns NULL.</td></tr> + <tr><th><em>default:</em></th><td> false </td></tr> + </table> + <p/> + + <anchor name="SkipDTDValidation"/> + <table> + <tr><th colspan="2"><em>setSkipDTDValidation</em></th></tr> + <tr><th><em>true:</em></th><td> When schema validation is on the parser will ignore the DTD, except for entities.</td></tr> + <tr><th><em>false:</em></th><td> The parser will not ignore DTDs when validating.</td></tr> + <tr><th><em>default:</em></th><td> false </td></tr> + <tr><th><em>see:</em></th><td> + <link anchor="schema">DoSchema</link></td></tr> + </table> + <p/> <anchor name="XercesIgnoreCachedDTD"/> <table> 1.29 +33 -1 xml-xerces/c/doc/program-sax2.xml Index: program-sax2.xml =================================================================== RCS file: /home/cvs/xml-xerces/c/doc/program-sax2.xml,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- program-sax2.xml 21 Feb 2005 23:28:17 -0000 1.28 +++ program-sax2.xml 13 Apr 2005 17:25:11 -0000 1.29 @@ -420,7 +420,39 @@ <tr><th><em>note:</em></th><td> Each annotation is validated independently. </td></tr> </table> <p/> - + + <anchor name="IgnoreAnnotations"/> + <table> + <tr><th colspan="2"><em>http://apache.org/xml/features/schema/ignore-annotations</em></th></tr> + <tr><th><em>true:</em></th><td> Do not generate XSAnnotations when traversing a schema.</td></tr> + <tr><th><em>false:</em></th><td> Generate XSAnnotations when traversing a schema.</td></tr> + <tr><th><em>default:</em></th><td> false </td></tr> + <tr><th><em>XMLUni Predefined Constant:</em></th><td> fgXercesIgnoreAnnotations </td></tr> + </table> + <p/> + + <anchor name="DisableDefaultEntityResolution"/> + <table> + <tr><th colspan="2"><em>http://apache.org/xml/features/disable-default-entity-resolution</em></th></tr> + <tr><th><em>true:</em></th><td> The parser will not attempt to resolve the entity when the resolveEntity method returns NULL.</td></tr> + <tr><th><em>false:</em></th><td> The parser will attempt to resolve the entity when the resolveEntity method returns NULL.</td></tr> + <tr><th><em>default:</em></th><td> false </td></tr> + <tr><th><em>XMLUni Predefined Constant:</em></th><td> fgXercesDisableDefaultEntityResolution </td></tr> + </table> + <p/> + + <anchor name="SkipDTDValidation"/> + <table> + <tr><th colspan="2"><em>http://apache.org/xml/features/validation/schema/skip-dtd-validation</em></th></tr> + <tr><th><em>true:</em></th><td> When schema validation is on the parser will ignore the DTD, except for entities.</td></tr> + <tr><th><em>false:</em></th><td> The parser will not ignore DTDs when validating.</td></tr> + <tr><th><em>default:</em></th><td> false </td></tr> + <tr><th><em>XMLUni Predefined Constant:</em></th><td> fgXercesSkipDTDValidation </td></tr> + <tr><th><em>see:</em></th><td> + <link anchor="schema">Schema Validation</link></td></tr> + </table> + <p/> + <anchor name="IgnoreCachedDTD"/> <table> <tr><th colspan="2"><em>http://apache.org/xml/features/validation/ignoreCachedDTD</em></th></tr>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]