From: <tho...@jb...> - 2005-08-01 08:34:54
|
I think, the public API should only be dealing with JBossXSModel which should be an extension to the xerces XSModel. That JBossXSModel internally uses the xerces schema parser should be an implementation detail. | public JBossXSModel getJBossXSModel(XSModel) | would then be redundant if the clients only ever get passed instances of JBossXSModel. I don't see a benefit in giving the client the crude XSModel if that is read-only and if JBossXSModel provides a superset of functionality. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887653#3887653 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887653 |