Hi, I've been digging through the source for exificient today, trying to understand how to use it with my program that I wrote that uses the XMLEventWriter Class of StAX , which currently can write to standard text XML files, and I'm trying to figure out how to obtain an XMLEventWriter implementor object that writes to an underlying EXI file, but. . . I am having difficulty finding that.
It looks to me like exificient currently only implements the XMLStreamReader/XMLStreamWriter APIs?
Am I missing something like maybe exificient doesn't need to implement the Event APIs, because you can somehow request an XMLEventReader or Writer using the standard StAX implementation in the JDK, that is bound to an underlying exificient StreamReader/Writer. Something like XMLEventFactory.createXMLEventWriter(StAXEncoder); ??
Hi, I've been digging through the source for exificient today, trying to understand how to use it with my program that I wrote that uses the XMLEventWriter Class of StAX , which currently can write to standard text XML files, and I'm trying to figure out how to obtain an XMLEventWriter implementor object that writes to an underlying EXI file, but. . . I am having difficulty finding that.
It looks to me like exificient currently only implements the XMLStreamReader/XMLStreamWriter APIs?
Am I missing something like maybe exificient doesn't need to implement the Event APIs, because you can somehow request an XMLEventReader or Writer using the standard StAX implementation in the JDK, that is bound to an underlying exificient StreamReader/Writer. Something like XMLEventFactory.createXMLEventWriter(StAXEncoder); ??