sshyran / genxdm

Automatically exported from code.google.com/p/genxdm
0 stars 0 forks source link

org.genxdm.typed.TypedCursor interface missing typed write method #58

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The TypeCursor interface needs a typed write method which would look something 
like this:

    void write(boolean copyNamespaces, boolean copyTypeAnnotations, SequenceHandler<A> handler) throws GxmlException;

It is analagous to the TypedModel.stream method.

Original issue reported on code.google.com by joe.bays...@gmail.com on 18 May 2011 at 3:52

GoogleCodeExporter commented 8 years ago
This is a relatively straightforward fix; we need to just do it.

Original comment by aale...@gmail.com on 26 Jul 2012 at 7:43

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r346.

Original comment by aale...@gmail.com on 30 Jul 2012 at 8:01