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