Uses of Class
org.w3.xlink.Title

Packages that use Title
org.w3.xlink   
 

Uses of Title in org.w3.xlink
 

Fields in org.w3.xlink with type parameters of type Title
protected  List<Title> Locator.titles
           
protected  List<Title> Arc.titles
           
 

Methods in org.w3.xlink that return Title
 Title Title.withContent(Collection<Object> values)
           
 Title Title.withContent(List<Object> value)
           
 Title Title.withContent(Object... values)
           
 Title Title.withLang(String value)
           
 Title Title.withType(TypeType value)
           
 

Methods in org.w3.xlink that return types with arguments of type Title
 List<Title> Locator.getTitles()
          Gets the value of the titles property.
 List<Title> Arc.getTitles()
          Gets the value of the titles property.
 

Methods in org.w3.xlink with parameters of type Title
 Locator Locator.withTitles(Title... values)
           
 Arc Arc.withTitles(Title... values)
           
 

Method parameters in org.w3.xlink with type arguments of type Title
 void Locator.setTitles(List<Title> value)
           
 void Arc.setTitles(List<Title> value)
           
 Locator Locator.withTitles(Collection<Title> values)
           
 Arc Arc.withTitles(Collection<Title> values)
           
 Locator Locator.withTitles(List<Title> value)
           
 Arc Arc.withTitles(List<Title> value)
           
 

Constructor parameters in org.w3.xlink with type arguments of type Title
Arc(List<Title> titles, TypeType type, String arcrole, String title, ShowType show, ActuateType actuate, String from, String to)
          Fully-initialising value constructor
Locator(List<Title> titles, TypeType type, String href, String role, String title, String label)
          Fully-initialising value constructor
 



Copyright © 2014 Digipost Open Source. All Rights Reserved.