Need *effective* access to SchemaGrammar interface after parsing a document

2001-09-06 Thread Lyman Neuschaefer
ammar to supply just such a method, where the integer value returned is equivalent to that of the TraverseSchema data member fTargetNSURI. I'd greatly appreciate anyone who can provide me a less odious solution than having to modify the xerces source code to accomplish my objective. T

Re: Access to Schema via SchemaValidator?

2001-08-23 Thread Lyman Neuschaefer
-threaded DLL runtime. Lyman Neuschaefer Tecomac, Inc [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Access to Schema via SchemaValidator?

2001-08-23 Thread Lyman Neuschaefer
s3KeysIdPoolEnumerator::nextElement(). The above expression is a short-hand for memory referenced by the parser's schema grammar, parser.getValidator().getGrammer()->fElemDeclPool->fIdPtrs. Have you encountered this problem and arrived at a solution to it? Thanks again, Lyman Neuschae

SAX2-ext package available for Xerces-C?

2001-04-24 Thread Lyman Neuschaefer
Apologies if this question has been asked many times before, but I've not been able to find anything in the FAQ regarding whether a DeclHandler class or its functional equivalent exists in the Xerces-C SAX2 implementation. I especially want to use an element declaration handler. Thanks, Lyman

RE: Deallocating memory allocated by XMLString::transcode on Win32 platform

2001-04-18 Thread Lyman Neuschaefer
Goldman [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 18, 2001 11:41 AM To: Lyman Neuschaefer Subject: XMLString::transcode > Sorry for not having consulted the FAQ. How silly of me. You're not the only one. In fact, I wonder if anyone has ever gotten it right the first time. >

RE: Deallocating memory allocated by XMLString::transcode on Win32 platform

2001-04-18 Thread Lyman Neuschaefer
ssage- From: Erik Rydgren [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 18, 2001 8:56 AM To: [EMAIL PROTECTED] Subject: RE: Deallocating memory allocated by XMLString::transcode on Win32 platform You are mixing runtimes. Read the FAQ. / Erik Rydgren -Original Message- From: Lyman Neusch

Deallocating memory allocated by XMLString::transcode on Win32 platform

2001-04-18 Thread Lyman Neuschaefer
ssert which insists that the memory be be allocated on a 'local' heap. With Rational Purify I have confirmed that failure to delete the return value from transcode results in a memory leak. How can I deallocate such memory on win32? Thanks for your help Ly