public interface Src extends AknObject
These attributes are used in manifestation-level references to specify external manifestation-level resources to be loaded in place. The src attribute holds the manifestation-level IRI of the resource, while the alt attribute holds the text to be displayed in case the loading of the external resource is not possible for any reason.
<xsd:attributeGroup name="src">
<xsd:attribute name="src" type="manifestationURI" use="required"/>
<xsd:attribute name="alt" type="xsd:string"/>
</xsd:attributeGroup>
| Modifier and Type | Method and Description |
|---|---|
String |
getAlt() |
ManifestationURI |
getSrc() |
void |
setAlt(String alt) |
void |
setSrc(ManifestationURI src) |
attributes, compare, name, nestedCompareread, writeManifestationURI getSrc()
void setSrc(ManifestationURI src)
String getAlt()
void setAlt(String alt)
Copyright © 2017. All rights reserved.