OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   Re: SAX/C++: C++-specific design principles

[ Lists Home | Date Index | Thread Index ]
  • From: David Megginson <david@megginson.com>
  • To: James Clark <jjc@jclark.com>
  • Date: 03 Dec 1999 08:58:48 -0500

James Clark <jjc@jclark.com> writes:

> That's problematic for EntityResolve::resolveEntity; that requires that
> ownership of an InputSource be transferred from to the caller from the
> callee.
> 
> This could be avoided by doing:
> 
> virtual const InputSource *
> resolveEntity(const char *publicId,
>               const char *systemId);
> 
> instead of:
> 
> virtual void
> resolveEntity(const char *publicId,
>               const char *systemId,
>               InputSource &inputSource);

(I'll assume that James accidentally reversed the two).  The second
one is a very good idea -- the only modification I'd make is to add a
bool return value, so that the parser knows whether the resolver
actually wants to override:

virtual bool
 resolveEntity(const char *publicId,
               const char *systemId,
               InputSource &inputSource);


All the best,


David

-- 
David Megginson                 david@megginson.com
           http://www.megginson.com/

xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1
To unsubscribe, mailto:majordomo@ic.ac.uk the following message;
unsubscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)






 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS