Uses of Class
org.purl.sword.base.UnmarshallException

Packages that use UnmarshallException
org.purl.sword.atom This package contains a collection of classes to represent the use of the ATOM Entry document within the SWORD profile. 
org.purl.sword.base This package contains the base set of classes that are used by the demonstration SWORD Servers and SWORD Clients. 
 

Uses of UnmarshallException in org.purl.sword.atom
 

Methods in org.purl.sword.atom that throw UnmarshallException
 void Generator.unmarshall(nu.xom.Element generator)
          Unmarshall the specified Generator element into the data in this object.
 void Content.unmarshall(nu.xom.Element content)
           
 void Entry.unmarshall(nu.xom.Element entry)
          Unmarshall the contents of the Entry element into the internal data objects in 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 Author.unmarshall(nu.xom.Element author)
          Unmarshall the author details from the specified element.
 void Link.unmarshall(nu.xom.Element link)
          Unmarshall the contents of the Link element into the internal data objects in this object.
 void TextConstruct.unmarshall(nu.xom.Element text)
          Unmarshall the text element into this object.
 SwordValidationInfo Generator.unmarshall(nu.xom.Element generator, Properties validationProperties)
           
 SwordValidationInfo Content.unmarshall(nu.xom.Element content, Properties validationProperties)
          Unmarshall the content element into the data in this object.
 SwordValidationInfo Entry.unmarshall(nu.xom.Element entry, Properties validationProperties)
           
 SwordValidationInfo Source.unmarshall(nu.xom.Element source, Properties validationProperties)
           
 SwordValidationInfo Author.unmarshall(nu.xom.Element author, Properties validationProperties)
          Unmarshall the author details from the specified element.
 SwordValidationInfo Link.unmarshall(nu.xom.Element link, Properties validationProperties)
           
 SwordValidationInfo TextConstruct.unmarshall(nu.xom.Element text, Properties validationProperties)
           
 SwordValidationInfo Entry.unmarshallWithoutValidate(nu.xom.Element entry, Properties validationProperties)
           
 

Uses of UnmarshallException in org.purl.sword.base
 

Methods in org.purl.sword.base that throw UnmarshallException
protected  SwordValidationInfo XmlElement.handleIncorrectElement(nu.xom.Element element, Properties validationProperties)
           
 void SwordElementInterface.unmarshall(nu.xom.Element element)
          Unmarshall the data in the specified element and store it in the object.
 void SWORDEntry.unmarshall(nu.xom.Element entry)
          Overrides the unmarshall method in the parent Entry.
 void ServiceDocument.unmarshall(nu.xom.Element element)
          Unmarshall the specified element.
 void Collection.unmarshall(nu.xom.Element collection)
          Unmarshall the content element into the data in this object.
 void BasicContentElement.unmarshall(nu.xom.Element element)
           
 void Workspace.unmarshall(nu.xom.Element workspace)
          Unmarshall the workspace element into the data in this object.
 void Service.unmarshall(nu.xom.Element service)
          Unmarshall the content element into the data in this object.
 void SWORDErrorDocument.unmarshall(nu.xom.Element entry)
          Overrides the unmarshall method in the parent SWORDEntry.
 void SwordAcceptPackaging.unmarshall(nu.xom.Element element)
           
 SwordValidationInfo SWORDEntry.unmarshall(nu.xom.Element entry, Properties validationProperties)
           
 SwordValidationInfo ServiceDocument.unmarshall(nu.xom.Element element, Properties validationProperties)
          Unmarshall the specified element, and return the generated validation information.
 SwordValidationInfo Collection.unmarshall(nu.xom.Element collection, Properties validationProperties)
           
 SwordValidationInfo BasicContentElement.unmarshall(nu.xom.Element element, Properties validationProperties)
          Unmarshall the text element into this object.
 SwordValidationInfo Workspace.unmarshall(nu.xom.Element workspace, Properties validationProperties)
           
 SwordValidationInfo Service.unmarshall(nu.xom.Element service, Properties validationProperties)
           
 SwordValidationInfo SWORDErrorDocument.unmarshall(nu.xom.Element entry, Properties validationProperties)
           
 SwordValidationInfo SwordAcceptPackaging.unmarshall(nu.xom.Element acceptPackaging, Properties validationProperties)
          Unmarshall the text element into 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)
          Unmarshall the specified XML data into a SWORD Entry.
 SwordValidationInfo ServiceDocument.unmarshall(String xml, Properties validationProperties)
           
 SwordValidationInfo DepositResponse.unmarshall(String xml, Properties validationContext)
           
protected  boolean XmlElement.unmarshallBoolean(nu.xom.Element element)
          Extract a boolean value from the specified element.
protected  void BasicBooleanContentElement.unmarshallContent(nu.xom.Element element)
           
protected  void BasicIntegerContentElement.unmarshallContent(nu.xom.Element element)
           
protected abstract  void BasicContentElement.unmarshallContent(nu.xom.Element element)
           
protected  void BasicStringContentElement.unmarshallContent(nu.xom.Element element)
           
 void DepositResponse.unmarshallErrorDocument(String xml)
           
 SwordValidationInfo DepositResponse.unmarshallErrorDocument(String xml, Properties validationContext)
          Unmarshall the specified XML data into a SWORD error document.
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.
 SwordValidationInfo SWORDEntry.unmarshallWithValidation(nu.xom.Element entry, Properties validationProperties)
          Overrides the unmarshall method in the parent Entry.
 



Copyright © 2010 The DSpace Foundation. All Rights Reserved.