[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: SDO 3.0 API Request - XSDHelper.getGlobalType()
Hello All,
I would like to propose a new API for XSDHelper. This API would return
an SDO Type given XML schema type information. The API would have the
following signature:
public Type getGlobalType(String uri, String typeName); // NEW
This has the same feel as the following existing method:
public Property getGlobalProperty(String uri, String propertyName,
boolean isElement);
The new method also provides a nice symmetry with the following existing
methods:
public String getNamespaceURI(Type type);
public String getLocalName(Type type);
-Blaise
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]