Uses of Interface
org.w3.xlink.XlinkFactory
-
Packages that use XlinkFactory Package Description org.w3.xlink org.w3.xlink.impl -
-
Uses of XlinkFactory in org.w3.xlink
Fields in org.w3.xlink declared as XlinkFactory Modifier and Type Field Description static XlinkFactoryXlinkFactory. eINSTANCEThe singleton instance of the factory.Methods in org.w3.xlink that return XlinkFactory Modifier and Type Method Description XlinkFactoryXlinkPackage. getXlinkFactory()Returns the factory that creates the instances of the model. -
Uses of XlinkFactory in org.w3.xlink.impl
Classes in org.w3.xlink.impl that implement XlinkFactory Modifier and Type Class Description classXlinkFactoryImplAn implementation of the model Factory.Methods in org.w3.xlink.impl that return XlinkFactory Modifier and Type Method Description XlinkFactoryXlinkPackageImpl. getXlinkFactory()static XlinkFactoryXlinkFactoryImpl. init()Creates the default factory implementation.
-