Skip to content
Snippets Groups Projects
Commit f119eee0 authored by Scott Cantor's avatar Scott Cantor
Browse files

Update DOM docs with support for disallow-doctype.

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1800008 13f79535-47bb-0310-9956-ffa450edef68
parent 9e871875
No related branches found
No related tags found
No related merge requests found
......@@ -1053,6 +1053,22 @@
<p/>
<table>
<tr><th colspan="2"><em>disallow-doctype</em></th></tr>
<tr><th><em>true:</em></th><td>Throw a fatal "doctype-not-allowed" error if a doctype node
is found while parsing the document. This is useful when dealing with things like SOAP
envelopes where doctype nodes are not allowed.</td></tr>
<tr><th><em>false:</em></th><td>Allow doctype nodes in the document.</td></tr>
<tr><th><em>default:</em></th><td> false </td></tr>
<tr><th><em>XMLUni Predefined Constant:</em></th><td> fgDOMDisallowDoctype </td></tr>
<tr><th><em>see:</em></th><td>
<jump href="http://www.w3.org/TR/2004/REC-DOM-Level-3-LS-20040407">
DOM Level 3.0 Load and Save Specification</jump>
</td></tr>
</table>
<p/>
<table>
<tr><th colspan="2"><em>entities</em></th></tr>
<tr><th><em>true:</em></th><td> Create EntityReference nodes in the DOM tree. The
......
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