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 TitleEltType
XlinkFactory. createTitleEltType()
Returns a new object of class 'Title Elt Type'.TitleEltType
DocumentRoot. 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 class
TitleEltTypeImpl
An implementation of the model object 'Title Elt Type'.Methods in org.w3.xlink.impl that return TitleEltType Modifier and Type Method Description TitleEltType
XlinkFactoryImpl. createTitleEltType()
TitleEltType
DocumentRootImpl. getTitle()
Methods in org.w3.xlink.impl with parameters of type TitleEltType Modifier and Type Method Description NotificationChain
DocumentRootImpl. 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 boolean
XlinkValidator. validateTitleEltType(TitleEltType titleEltType, DiagnosticChain diagnostics, Map context)
-