<!ELEMENT extension (viewProvider+)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT viewProvider EMPTY>
<!ATTLIST viewProvider
class CDATA #REQUIRED
regex CDATA #REQUIRED
priority CDATA "500">
<viewprovider factory="org.eclipse.emf.cdo.util.DefaultCDOViewProvider$DefaultCDOViewProviderFactory" high_priority="false" regex="cdo.*"> </viewprovider>
A URI scheme can be also registered from the source code with the Resource.Factory.Registry.INSTANCE as follows:
Resource.Factory.Registry.INSTANCE.putFactory(new DefaultCDOViewProviderFactory(), "cdo.*", "false");
Copyright (c) 2008, 2009, 2012 Eike Stepper (Loehne, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html