Skip to content

Is Exificient compatible with the StAX iterator API (aka XMLEventReader/XMLEventWriter)? #42

@jsbiff

Description

@jsbiff

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); ??

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions