Uses of Interface
org.w3.xlink.TitleEltType
-
Packages that use TitleEltType Package Description org.w3.xlink org.w3.xlink.impl org.w3.xlink.util -
-
Uses of TitleEltType in org.w3.xlink
Methods in org.w3.xlink that return TitleEltType Modifier and Type Method Description TitleEltTypeXlinkFactory. createTitleEltType()Returns a new object of class 'Title Elt Type'.TitleEltTypeDocumentRoot. getTitle()Returns the value of the 'Title' containment reference. -
Uses of TitleEltType in org.w3.xlink.impl
Classes in org.w3.xlink.impl that implement TitleEltType Modifier and Type Class Description classTitleEltTypeImplAn implementation of the model object 'Title Elt Type'.Methods in org.w3.xlink.impl that return TitleEltType Modifier and Type Method Description TitleEltTypeXlinkFactoryImpl. createTitleEltType()TitleEltTypeDocumentRootImpl. getTitle()Methods in org.w3.xlink.impl with parameters of type TitleEltType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetTitle(TitleEltType newTitle, NotificationChain msgs) -
Uses of TitleEltType in org.w3.xlink.util
Methods in org.w3.xlink.util with parameters of type TitleEltType Modifier and Type Method Description booleanXlinkValidator. validateTitleEltType(TitleEltType titleEltType, DiagnosticChain diagnostics, Map context)
-