*/
protected void addListItemAttributes(Element element,
ListItemAttributes attributes)
throws ProtocolException {
LinkAssetReference url = attributes.getHref();
if (url != null && url.getURL() != null) {
element.setAttribute("href", url.getURL());
}
}