tng 2003/01/03 12:10:30 Modified: c/doc program-deprecateddom.xml program-dom.xml program-sax.xml program-sax2.xml Log: New feature StandardUriConformant to force strict standard uri conformance. Revision Changes Path 1.7 +11 -0 xml-xerces/c/doc/program-deprecateddom.xml Index: program-deprecateddom.xml =================================================================== RCS file: /home/cvs/xml-xerces/c/doc/program-deprecateddom.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- program-deprecateddom.xml 26 Jul 2002 19:01:58 -0000 1.6 +++ program-deprecateddom.xml 3 Jan 2003 20:10:29 -0000 1.7 @@ -539,6 +539,17 @@ <p/> + <anchor name="StandardUriConformant"/> + <table> + <tr><th colspan="2"><em>void setStandardUriConformant(const bool)</em></th></tr> + <tr><th><em>true:</em></th><td> Force standard uri conformance. </td></tr> + <tr><th><em>false:</em></th><td> Do not force standard uri conformance. </td></tr> + <tr><th><em>default:</em></th><td> false </td></tr> + <tr><th><em>note:</em></th><td> If set to true, malformed uri will be rejected + and fatal error will be issued. </td></tr> + </table> + <p/> + <table> <tr><th colspan="2"><em>void setExternalSchemaLocation(const XMLCh* const)</em></th></tr> <tr><th><em>Description</em></th><td> The XML Schema Recommendation explicitly states that 1.23 +26 -3 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.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- program-dom.xml 5 Sep 2002 15:17:13 -0000 1.22 +++ program-dom.xml 3 Jan 2003 20:10:29 -0000 1.23 @@ -379,11 +379,11 @@ <anchor name="namespaces"/> <table> <tr><th colspan="2"><em>void setDoNamespaces(const bool)</em></th></tr> - <tr><th><em>true:</em></th><td> Perform Namespace processing </td></tr> - <tr><th><em>false:</em></th><td> Do not perform Namespace processing</td></tr> + <tr><th><em>true:</em></th><td> Perform Namespace processing. </td></tr> + <tr><th><em>false:</em></th><td> Do not perform Namespace processing. </td></tr> <tr><th><em>default:</em></th><td> false </td></tr> <tr><th><em>note:</em></th><td> If the validation scheme is set to Val_Always or Val_Auto, then the - document must contain a grammar that supports the use of namespaces </td></tr> + document must contain a grammar that supports the use of namespaces. </td></tr> <tr><th><em>see:</em></th><td> <link anchor="validation-dynamic">setValidationScheme</link> </td></tr> @@ -537,6 +537,17 @@ <p/> + <anchor name="StandardUriConformant"/> + <table> + <tr><th colspan="2"><em>void setStandardUriConformant(const bool)</em></th></tr> + <tr><th><em>true:</em></th><td> Force standard uri conformance. </td></tr> + <tr><th><em>false:</em></th><td> Do not force standard uri conformance. </td></tr> + <tr><th><em>default:</em></th><td> false </td></tr> + <tr><th><em>note:</em></th><td> If set to true, malformed uri will be rejected + and fatal error will be issued. </td></tr> + </table> + <p/> + </s3> <anchor name="XercesDOMProperties"/> @@ -1076,6 +1087,18 @@ <p/> + <anchor name="builder-StandardUriConformant"/> + <table> + <tr><th colspan="2"><em>http://apache.org/xml/features/standard-uri-conformant</em></th></tr> + <tr><th><em>true:</em></th><td> Force standard uri conformance. </td></tr> + <tr><th><em>false:</em></th><td> Do not force standard uri conformance. </td></tr> + <tr><th><em>default:</em></th><td> false </td></tr> + <tr><th><em>note:</em></th><td> If set to true, malformed uri will be rejected + and fatal error will be issued. </td></tr> + </table> + <p/> + + <anchor name="builder-adopts-domdocument"/> <table> <tr><th colspan="2"><em>http://apache.org/xml/features/dom/user-adopts-DOMDocument</em></th></tr> <tr><th><em>true:</em></th><td> The caller will adopt the DOMDocument that is returned from 1.10 +11 -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.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- program-sax.xml 26 Jul 2002 19:01:59 -0000 1.9 +++ program-sax.xml 3 Jan 2003 20:10:29 -0000 1.10 @@ -314,6 +314,17 @@ <p/> + <anchor name="StandardUriConformant"/> + <table> + <tr><th colspan="2"><em>void setStandardUriConformant(const bool)</em></th></tr> + <tr><th><em>true:</em></th><td> Force standard uri conformance. </td></tr> + <tr><th><em>false:</em></th><td> Do not force standard uri conformance. </td></tr> + <tr><th><em>default:</em></th><td> false </td></tr> + <tr><th><em>note:</em></th><td> If set to true, malformed uri will be rejected + and fatal error will be issued. </td></tr> + </table> + <p/> + <table> <tr><th colspan="2"><em>void setExternalSchemaLocation(const XMLCh* const)</em></th></tr> <tr><th><em>Description</em></th><td> The XML Schema Recommendation explicitly states that 1.15 +11 -0 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.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- program-sax2.xml 26 Jul 2002 19:01:59 -0000 1.14 +++ program-sax2.xml 3 Jan 2003 20:10:29 -0000 1.15 @@ -329,6 +329,17 @@ <p/> + <anchor name="StandardUriConformant"/> + <table> + <tr><th colspan="2"><em>http://apache.org/xml/features/standard-uri-conformant</em></th></tr> + <tr><th><em>true:</em></th><td> Force standard uri conformance. </td></tr> + <tr><th><em>false:</em></th><td> Do not force standard uri conformance. </td></tr> + <tr><th><em>default:</em></th><td> false </td></tr> + <tr><th><em>note:</em></th><td> If set to true, malformed uri will be rejected + and fatal error will be issued. </td></tr> + </table> + <p/> + </s4> </s3>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]