From f665ee6031a3a9d8d6c3cd23043c51afecb3b12f Mon Sep 17 00:00:00 2001 From: Khaled Noaman <knoaman@apache.org> Date: Tue, 27 Nov 2001 19:20:24 +0000 Subject: [PATCH] Documentation update for Xerces 1.6. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173310 13f79535-47bb-0310-9956-ffa450edef68 --- doc/migration.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/migration.xml b/doc/migration.xml index c7ca3f175..7839dcdb1 100644 --- a/doc/migration.xml +++ b/doc/migration.xml @@ -64,13 +64,17 @@ <li>http://apache.org/xml/properties/schema/external-noNamespaceSchemaLocation</li> </ul> </ul> + <li>To support identity constraints, the following new method is added:</li> + <ul> + <li>QName* XMLAttr::getAttName() const</li> + </ul> </ul> </s3> <anchor name="ModifiedAPI"/> <s3 title="Pulic API Modified"> <ul> - <li>To support Identity Constraint, the enum constance values in XMLAttDef::DefAttTypes has been re-ordered.</li> + <li>To support attribute constraint checking, the constant values in XMLAttDef::DefAttTypes have been re-ordered.</li> </ul> </s3> -- GitLab