TIBCOSoftware / genxdm

GenXDM: XQuery/XPath Data Model API, bridges, and processors for tree-model neutral access to XML.
http://www.genxdm.org/
9 stars 4 forks source link

Rename TypesBridge to TypesModel and remove its extension of Schema #87

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1. Rename TypesBridge to TypesModel.  Also, it no longer extends Schema.

2. Remove getTypesBridge() method from TypedContext.

3. Add getTypesModel() method to TypedContext.

4. Add getSchema() method to TypedContext.  

5. TypesBridgeImpl would become TypesModelImpl, and it would no longer have 
Schema methods, though it may need to have a Schema member variable.

Original issue reported on code.google.com by joe.bays...@gmail.com on 31 May 2012 at 1:59

GoogleCodeExporter commented 9 years ago
Completed in revision 336.

Original comment by joe.bays...@gmail.com on 15 Jun 2012 at 3:33