|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SwordElementInterface
Common methods that should be supported by all classes that represent data in the SWORD api.
| Method Summary | |
|---|---|
nu.xom.Element |
marshall()
Marshall the data in the object to the XOM Element. |
void |
unmarshall(nu.xom.Element element)
Unmarshall the data in the specified element and store it in the object. |
| Method Detail |
|---|
nu.xom.Element marshall()
void unmarshall(nu.xom.Element element)
throws UnmarshallException
element - The data to unmarshall.
UnmarshallException - If the element is not of the
correct type, or if there is an error unmarshalling the data.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||