Skip to content
Snippets Groups Projects
Commit 170988e3 authored by Tinny Ng's avatar Tinny Ng
Browse files

Add full schema constraint checking flag to the samples and the parser.

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@172946 13f79535-47bb-0310-9956-ffa450edef68
parent 5b30f476
No related branches found
No related tags found
No related merge requests found
...@@ -332,6 +332,17 @@ MySAX2Handler::fatalError(const SAXParseException& exception) ...@@ -332,6 +332,17 @@ MySAX2Handler::fatalError(const SAXParseException& exception)
<p/> <p/>
<table>
<tr><td colspan="2"><em>http://apache.org/xml/features/validation/schema-full-checking</em></td></tr>
<tr><td><em>true:</em></td><td> Enable full schema constraint checking, including checking
which may be time-consuming or memory intensive. Currently, particle unique
attribution constraint checking and particle derivation resriction checking
are controlled by this option. </td></tr>
<tr><td><em>false:</em></td><td> Disable full schema constraint checking (default). </td></tr>
</table>
<p/>
<table> <table>
<tr><td colspan="2"><em>http://apache.org/xml/features/validation/reuse-grammar</em></td></tr> <tr><td colspan="2"><em>http://apache.org/xml/features/validation/reuse-grammar</em></td></tr>
<tr><td><em>true:</em></td><td> The parser will reuse grammar information from previous parses in subsequent parses. </td></tr> <tr><td><em>true:</em></td><td> The parser will reuse grammar information from previous parses in subsequent parses. </td></tr>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment