// Javadoc inherited
protected void initialiseElementSpecificAttributes(
XDIMEContextInternal context, XDIMEAttributes attributes)
throws XDIMEException {
SkipTimeAttributes skipTimeAttributes = (SkipTimeAttributes) protocolAttributes;
skipTimeAttributes.setFrom(attributes.getValue("", "from"));
skipTimeAttributes.setTo(attributes.getValue("", "to"));
}