[
https://issues.apache.org/jira/browse/XERCESJ-1558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13622675#comment-13622675
]
Shameera Rathnayaka commented on XERCESJ-1558:
----------------------------------------------
Hi Michael,
According to the discussion above, Scope would be to implement only Writer part
isn't it? . For implement StAX API over JSON i used java stack and queue data
structures, and used state transition mechanism to identify the state of
XMLStreamWriter state. I think we can do the same here. I refered to
XMLOutputFactory api , I think implementing createXMLStreamWriter(OutputStream
stream), createXMLStreamWriter(OutputStream stream, String encoding) and
createXMLStreamWriter(Writer stream) api parts would match with Scope of GSOC.
WDYT?
is there any pre-design architecture for implementation? Do Xerces has StAX
XMLStreamReader implementation ?.
> GSoC: Implement the StAX XMLStreamWriter
> ----------------------------------------
>
> Key: XERCESJ-1558
> URL: https://issues.apache.org/jira/browse/XERCESJ-1558
> Project: Xerces2-J
> Issue Type: New Feature
> Components: StAX
> Affects Versions: 2.11.0
> Reporter: Michael Glavassevich
> Labels: gsoc, gsoc2013, mentor
>
> Xerces does not yet have an XMLStreamWriter (the interface in StAX which
> writes/serializes an XML document). I think a basic implementation of an
> XMLStreamWriter (one that can write to a java.io.OutputStream and
> java.io.Writer) would be a good GSoC project.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]