Extension of the ATOM Entry class. This adds support for the additional
SWORD elements. These elements reside inside the ATOM Entry object,
created in org.w3.atom.Entry class.
author: Neil Taylor
Determine if the noOp value has been set. This should be called
if you want to know whether false for noOp means that it is the
default value (i.e. no code has set it) or it is a value that
has been actively set.
True if the value has been set. Otherwise, false.
Overrides the marshall method in the parent Entry. This will
call the parent marshall method and then add the additional
elements that have been added in this subclass.
setFormatNamespace
public void setFormatNamespace(String formatNamespace)(Code)
Set the format namespace.
Parameters: formatNamespace - The format namespace.
Call this method to set noOp. It should be called even by internal
methods so that the object can determine if the value has been set
or whether it just holds the default value.
Parameters: noOp -
Overrides the unmarshall method in the parent Entry. This will
call the parent method to parse the general Atom elements and
attributes. This method will then parse the remaining sword
extensions that exist in the element.
Parameters: entry - The entry to parse. throws: UnmarshallException - If the entry is not an atom:entry or if there is an exception extracting the data.