[xml] Access internal xmlParserInputBuffer data
- From: Nikolay Sivov <bunglehead gmail com>
- To: xml gnome org
- Subject: [xml] Access internal xmlParserInputBuffer data
- Date: Fri, 15 Jan 2010 22:50:15 +0300
Hi.
First on question background. I want to use xmlTextReader API to access
streamed xml data.
Decided to allocate input buffer with xmlAllocParserInputBuffer() and
use read callback to provide xml data
(no choice here for me actually).
Is it safe to manually set 'readcallback' and 'context' fields of
returned xmlParserInputBuffer?
Looking at libxml2 code I don't see any problems with that, but it's
better to ask.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]