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 ArcTypeXlinkFactory. createArcType()Returns a new object of class 'Arc Type'.ArcTypeDocumentRoot. 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 classArcTypeImplAn implementation of the model object 'Arc Type'.Methods in org.w3.xlink.impl that return ArcType Modifier and Type Method Description ArcTypeXlinkFactoryImpl. createArcType()ArcTypeDocumentRootImpl. getArc()Methods in org.w3.xlink.impl with parameters of type ArcType Modifier and Type Method Description NotificationChainDocumentRootImpl. 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 booleanXlinkValidator. validateArcType(ArcType arcType, DiagnosticChain diagnostics, Map context)
-