org.eclipse.xsd.util
Class XSDResourceFactoryImpl
java.lang.Object
ResourceFactoryImpl
org.eclipse.xsd.util.XSDResourceFactoryImpl
- public class XSDResourceFactoryImpl
- extends ResourceFactoryImpl
The Resource Factory implementation for the model.
This class is the XSD resource factory that knows how to parse .xsd files to produce a MOF model.
This class is not intended for subclassing outside of the model implementation;
it is intended to be used as is with the Resource framework.
- See Also:
XSDResourceImpl
,
XSDParser
,
Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XSDResourceFactoryImpl
public XSDResourceFactoryImpl()
- Creates an instance.
createResource
public Resource createResource(URI uri)
- Creates an
XSDResourceImpl
.
- Parameters:
uri
- the URI of the new resource.
- Returns:
- an XSDResourceImpl.