Uses of Interface
org.w3.xlink.ResourceType
-
Packages that use ResourceType Package Description org.w3.xlink org.w3.xlink.impl org.w3.xlink.util -
-
Uses of ResourceType in org.w3.xlink
Methods in org.w3.xlink that return ResourceType Modifier and Type Method Description ResourceTypeXlinkFactory. createResourceType()Returns a new object of class 'Resource Type'.ResourceTypeDocumentRoot. getResource()Returns the value of the 'Resource' containment reference. -
Uses of ResourceType in org.w3.xlink.impl
Classes in org.w3.xlink.impl that implement ResourceType Modifier and Type Class Description classResourceTypeImplAn implementation of the model object 'Resource Type'.Methods in org.w3.xlink.impl that return ResourceType Modifier and Type Method Description ResourceTypeXlinkFactoryImpl. createResourceType()ResourceTypeDocumentRootImpl. getResource()Methods in org.w3.xlink.impl with parameters of type ResourceType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetResource(ResourceType newResource, NotificationChain msgs) -
Uses of ResourceType in org.w3.xlink.util
Methods in org.w3.xlink.util with parameters of type ResourceType Modifier and Type Method Description booleanXlinkValidator. validateResourceType(ResourceType resourceType, DiagnosticChain diagnostics, Map context)
-