|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UnmarshallException | |
|---|---|
| org.purl.sword.base | |
| org.w3.atom | |
| Uses of UnmarshallException in org.purl.sword.base |
|---|
| Methods in org.purl.sword.base that throw UnmarshallException | |
|---|---|
void |
Workspace.unmarshall(nu.xom.Element workspace)
Unmarshall the workspace element into the data in this object. |
void |
SWORDEntry.unmarshall(nu.xom.Element entry)
Overrides the unmarshall method in the parent Entry. |
void |
SwordElementInterface.unmarshall(nu.xom.Element element)
Unmarshall the data in the specified element and store it in the object. |
void |
Service.unmarshall(nu.xom.Element service)
Unmarshall the content element into the data in this object. |
void |
Collection.unmarshall(nu.xom.Element collection)
Unmarshall the content element into the data in this object. |
void |
ServiceDocument.unmarshall(String xml)
Convert the specified XML string into a set of objects used within the service. |
void |
DepositResponse.unmarshall(String xml)
|
protected boolean |
XmlElement.unmarshallBoolean(nu.xom.Element element)
Extract a boolean value from the specified element. |
protected Date |
XmlElement.unmarshallDate(nu.xom.Element element)
Extract an date value from the specified element. |
protected int |
XmlElement.unmarshallInteger(nu.xom.Element element)
Extract an integer value from the specified element. |
protected String |
XmlElement.unmarshallString(nu.xom.Element element)
Extract a string value from the specified element. |
| Uses of UnmarshallException in org.w3.atom |
|---|
| Methods in org.w3.atom that throw UnmarshallException | |
|---|---|
void |
TextConstruct.unmarshall(nu.xom.Element text)
Unmarshall the text element into this object. |
void |
Source.unmarshall(nu.xom.Element source)
Unmarshall the contents of the source element into the internal data objects in this object. |
void |
Link.unmarshall(nu.xom.Element link)
Unmarshall the contents of the Link element into the internal data objects in this object. |
void |
Generator.unmarshall(nu.xom.Element generator)
Unmarshall the specified Generator element into the data in this object. |
void |
Entry.unmarshall(nu.xom.Element entry)
Unmarshall the contents of the Entry element into the internal data objects in this object. |
void |
Content.unmarshall(nu.xom.Element content)
Unmarshall the content element into the data in this object. |
void |
Author.unmarshall(nu.xom.Element author)
Unmarshall the author details from the specified element. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||