Uses of Interface
org.w3.xlink.LocatorType
-
Packages that use LocatorType Package Description org.w3.xlink org.w3.xlink.impl org.w3.xlink.util -
-
Uses of LocatorType in org.w3.xlink
Methods in org.w3.xlink that return LocatorType Modifier and Type Method Description LocatorType
XlinkFactory. createLocatorType()
Returns a new object of class 'Locator Type'.LocatorType
DocumentRoot. getLocator()
Returns the value of the 'Locator' containment reference. -
Uses of LocatorType in org.w3.xlink.impl
Classes in org.w3.xlink.impl that implement LocatorType Modifier and Type Class Description class
LocatorTypeImpl
An implementation of the model object 'Locator Type'.Methods in org.w3.xlink.impl that return LocatorType Modifier and Type Method Description LocatorType
XlinkFactoryImpl. createLocatorType()
LocatorType
DocumentRootImpl. getLocator()
Methods in org.w3.xlink.impl with parameters of type LocatorType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetLocator(LocatorType newLocator, NotificationChain msgs)
-
Uses of LocatorType in org.w3.xlink.util
Methods in org.w3.xlink.util with parameters of type LocatorType Modifier and Type Method Description boolean
XlinkValidator. validateLocatorType(LocatorType locatorType, DiagnosticChain diagnostics, Map context)
-