private static final ExceptionLocalizer exceptionLocalizer = LocalizationFactory
.createExceptionLocalizer(AnchorElement.class);
public ListLabelElement(XDIMEContextInternal context) {
super(XHTML2Elements.LABEL, context);
protocolAttributes = new NavigationListAttributes();
}