sandygao 2003/03/24 13:14:39 Modified: java/docs xni-core.xml Log: Updating the doc to reflect the addition of "namespace" to the XMLResourceIdentifier interface. Revision Changes Path 1.8 +5 -2 xml-xerces/java/docs/xni-core.xml Index: xni-core.xml =================================================================== RCS file: /home/cvs/xml-xerces/java/docs/xni-core.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- xni-core.xml 24 Jan 2003 21:01:50 -0000 1.7 +++ xni-core.xml 24 Mar 2003 21:14:39 -0000 1.8 @@ -468,7 +468,7 @@ <p> This interface serves to gather together information relevant to any kind of XML resource (external entity, notation, schema - grammar, etc.). There are four fields in this interface:</p> + grammar, etc.). There are five fields in this interface:</p> <ul> <li>baseSystemId: The URI against which the literal systemId in the entity (or the URI to be resolved in the @@ -488,6 +488,10 @@ </li> <li> publicId: the publicId of the entity. </li> + <li> namespace: the namespace of the entity. This is useful + when the resource is some kind of namespace-aware grammar + (an XML Schema, for example). + </li> </ul> <p> As in the case of other XNI objects, XMLResourceIdentifiers cannot be depended upon to retain their values between calls; @@ -502,7 +506,6 @@ the various handler interfaces. The application can use the methods on this interface to query the public, literal system, and expanded system base system identifier as well as the line and column number. - This interface extends the <link anchor="resource">XMLResourceIdentifier</link> interface. </p> <p> A locator is passed as a parameter in the first method called
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]