Uses of Interface
org.w3.xlink.ArcType
-
Packages that use ArcType Package Description org.w3.xlink org.w3.xlink.impl org.w3.xlink.util -
-
Uses of ArcType in org.w3.xlink
Methods in org.w3.xlink that return ArcType Modifier and Type Method Description ArcType
XlinkFactory. createArcType()
Returns a new object of class 'Arc Type'.ArcType
DocumentRoot. getArc()
Returns the value of the 'Arc' containment reference. -
Uses of ArcType in org.w3.xlink.impl
Classes in org.w3.xlink.impl that implement ArcType Modifier and Type Class Description class
ArcTypeImpl
An implementation of the model object 'Arc Type'.Methods in org.w3.xlink.impl that return ArcType Modifier and Type Method Description ArcType
XlinkFactoryImpl. createArcType()
ArcType
DocumentRootImpl. getArc()
Methods in org.w3.xlink.impl with parameters of type ArcType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetArc(ArcType newArc, NotificationChain msgs)
-
Uses of ArcType in org.w3.xlink.util
Methods in org.w3.xlink.util with parameters of type ArcType Modifier and Type Method Description boolean
XlinkValidator. validateArcType(ArcType arcType, DiagnosticChain diagnostics, Map context)
-