*/
private LinkAssetReference getHrefAttribute(XDIMEContextInternal context,
XDIMEAttributes attributes) throws XDIMEException {
// Prepare a local field, which will store the LinkAssetReference
// with the URL from the 'href' attribute.
LinkAssetReference linkAssetReference = null;
// Read the href attribute
String url = getAttribute(XDIMEAttribute.HREF, attributes);
// Do the actual processing, if the 'href' attribute is specified.