You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by bu...@apache.org on 2002/01/24 02:53:35 UTC

DO NOT REPLY [Bug 5070] - startEntity needs parameter for actual URI

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5070>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5070

startEntity needs parameter for actual URI

neilg@ca.ibm.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From neilg@ca.ibm.com  2002-01-24 01:53 -------
XMLDocumentHandler#startEntity is now called startGeneralEntity and carries an 
org.apache.xerces.xni.XMLResourceIdentifier parameter.  This little object 
contains the publicId, expandedSystemId, baseSystemId and literalSystemId 
fields of the entity.  So hopefully this will suit you--XMLLocator now inherits 
from this XMLResourceIdentifier interface.  

We haven't modified XMLInputSource; you could always use the systemId field to 
store the actual location of the InputSource, keeping the baseSystemId field 
free for the base of ehe entity from which the resource was required.  Since 
XMLInputSources are used to find things, it fddn't appear to us to make much 
sense to put the expandedSystemId here--although you could certainly argue that 
point.

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-j-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-dev-help@xml.apache.org