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 Source.unmarshall(nu.xom.Element source)
          Unmarshal the contents of the source element into the internal data objects in this object.
 void Generator.unmarshall(nu.xom.Element generator)
          Unmarshal the specified Generator element into the data 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 TextConstruct.unmarshall(nu.xom.Element text)
          Unmarshal the text element into this object.
 void Content.unmarshall(nu.xom.Element content)
           
 void Entry.unmarshall(nu.xom.Element entry)
          Unmarshal the contents of the Entry element into the internal data objects in this object.
 void Author.unmarshall(nu.xom.Element author)
          Unmarshall the author details from the specified element.
 SwordValidationInfo Source.unmarshall(nu.xom.Element source, Properties validationProperties)
           
 SwordValidationInfo Generator.unmarshall(nu.xom.Element generator, Properties validationProperties)
           
 SwordValidationInfo Link.unmarshall(nu.xom.Element link, Properties validationProperties)
           
 SwordValidationInfo TextConstruct.unmarshall(nu.xom.Element text, 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 Author.unmarshall(nu.xom.Element author, Properties validationProperties)
          Unmarshall the author details from the specified element.
 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 ServiceDocument.unmarshall(nu.xom.Element element)
          Unmarshall the specified element.
 void Service.unmarshall(nu.xom.Element service)
          Unmarshal the content element into the data in this object.
 void SWORDEntry.unmarshall(nu.xom.Element entry)
          Overrides the unmarshall method in the parent Entry.
 void SWORDErrorDocument.unmarshall(nu.xom.Element entry)
          Overrides the unmarshal method in the parent SWORDEntry.
 void SwordElementInterface.unmarshall(nu.xom.Element element)
          Unmarshall the data in the specified element and store it in the object.
 void SwordAcceptPackaging.unmarshall(nu.xom.Element element)
           
 void BasicContentElement.unmarshall(nu.xom.Element element)
           
 void Collection.unmarshall(nu.xom.Element collection)
          Unmarshall the content element into the data in this object.
 void Workspace.unmarshall(nu.xom.Element workspace)
          Unmarshal the workspace element into the data in this object.
 SwordValidationInfo ServiceDocument.unmarshall(nu.xom.Element element, Properties validationProperties)
          Unmarshall the specified element, and return the generated validation information.
 SwordValidationInfo Service.unmarshall(nu.xom.Element service, Properties validationProperties)
           
 SwordValidationInfo SWORDEntry.unmarshall(nu.xom.Element entry, Properties validationProperties)
           
 SwordValidationInfo SWORDErrorDocument.unmarshall(nu.xom.Element entry, Properties validationProperties)
           
 SwordValidationInfo SwordAcceptPackaging.unmarshall(nu.xom.Element acceptPackaging, Properties validationProperties)
          Unmarshal the text element into this object.
 SwordValidationInfo BasicContentElement.unmarshall(nu.xom.Element element, Properties validationProperties)
          Unmarshal the text element into this object.
 SwordValidationInfo Collection.unmarshall(nu.xom.Element collection, Properties validationProperties)
           
 SwordValidationInfo Workspace.unmarshall(nu.xom.Element workspace, Properties validationProperties)
           
 void DepositResponse.unmarshall(String xml)
          Unmarshall the specified XML data into a SWORD Entry.
 void ServiceDocument.unmarshall(String xml)
          Convert the specified XML string into a set of objects used within the service.
 SwordValidationInfo DepositResponse.unmarshall(String xml, Properties validationContext)
           
 SwordValidationInfo ServiceDocument.unmarshall(String xml, Properties validationProperties)
           
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 BasicStringContentElement.unmarshallContent(nu.xom.Element element)
           
protected abstract  void BasicContentElement.unmarshallContent(nu.xom.Element element)
           
protected  void BasicIntegerContentElement.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 © 2011 DuraSpace. All Rights Reserved.