Hi,

Currently I have been implementing the StAX parser for 'Badgerfish'
convention.
Since there are two conventions to follow (Badgerfish and Mapped) when we
are parsing JSON, I created two readers where each
reader follows different conventions.

StAX XML Reader |----- 'Badgerfish' Reader
                          |----- 'Mapped' Reader
But in this case we have to specifically initialize the type of the
convention that we have to follow when we are creating the reader.
Is there any way to do that switching (between Badgerfish and Mapped
conventions) in dynamic way.

Thanks..

Kasun.

Reply via email to