Uses of Interface
com.helger.html.hc.html.metadata.IHCLinkType
-
Packages that use IHCLinkType Package Description com.helger.html.hc.html.metadata -
-
Uses of IHCLinkType in com.helger.html.hc.html.metadata
Classes in com.helger.html.hc.html.metadata that implement IHCLinkType Modifier and Type Class Description classEHCLinkTypeThe possible values of therelattribute of aHCLinkelement.
Source: http://de.selfhtml.org/html/kopfdaten/beziehungen.htmclassHCLinkTypeCustomImplementation of customIHCLinkTypeobjects that cannot be found inEHCLinkType.Methods in com.helger.html.hc.html.metadata that return IHCLinkType Modifier and Type Method Description IHCLinkTypeHCLink. getRel()IHCLinkTypeHCLink. getRev()Methods in com.helger.html.hc.html.metadata with parameters of type IHCLinkType Modifier and Type Method Description HCLinkHCLink. setRel(IHCLinkType aRel)HCLinkHCLink. setRev(IHCLinkType aRev)
-