lschuetze / gql4jung

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

XML reader #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Implement nz.ac.massey.cs.gpl4jung.xml.XMLMotifReader, dummy already exists. 
XMLMotifReader can be configured so that validation of streams is supported
(before parsing them). If validation fails, throw a MotifReaderException. 

It is recommended to generate the parser from the schema, use jaxb
(https://jaxb.dev.java.net/, also part of the wsdp
(http://java.sun.com/webservices/downloads/previous/index.jsp). 

unit tests should go into test.nz.ac.massey.cs.gpl4jung.xml

Original issue reported on code.google.com by jens.dietrich on 6 Nov 2008 at 9:00

GoogleCodeExporter commented 8 years ago

Original comment by jens.dietrich on 6 Nov 2008 at 9:01

GoogleCodeExporter commented 8 years ago
This will also require adding new elements to Operators, and map URIs to 
elements.

Original comment by jens.dietrich on 6 Nov 2008 at 9:07

GoogleCodeExporter commented 8 years ago

Original comment by jens.dietrich on 5 May 2009 at 2:05