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

Packages that use XmlName
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 XmlName in org.purl.sword.atom
 

Methods in org.purl.sword.atom that return XmlName
static XmlName Uri.elementName()
           
static XmlName Updated.elementName()
           
static XmlName Title.elementName()
           
static XmlName Summary.elementName()
           
static XmlName Source.elementName()
           
static XmlName Rights.elementName()
           
static XmlName Published.elementName()
           
static XmlName Name.elementName()
           
static XmlName Link.elementName()
           
static XmlName Id.elementName()
           
static XmlName Generator.elementName()
           
static XmlName Entry.elementName()
           
static XmlName Email.elementName()
           
static XmlName Contributor.elementName()
          Get the element name for this Xml Element.
static XmlName Content.elementName()
           
static XmlName Category.elementName()
           
static XmlName Author.elementName()
          Get the XmlName for this class.
static XmlName Accept.elementName()
          Get the XmlName for this class.
 

Methods in org.purl.sword.atom with parameters of type XmlName
protected  boolean Entry.isElementChecked(XmlName elementName)
           
 

Constructors in org.purl.sword.atom with parameters of type XmlName
Author(XmlName name)
           
Entry(XmlName name)
           
TextConstruct(XmlName name)
          Create a new instance.
 

Uses of XmlName in org.purl.sword.base
 

Fields in org.purl.sword.base declared as XmlName
protected static XmlName SwordAcceptPackaging.ATTRIBUTE_Q_NAME
           
protected  XmlName XmlElement.xmlName
           
 

Methods in org.purl.sword.base that return XmlName
static XmlName Workspace.elementName()
           
static XmlName SwordVersion.elementName()
           
static XmlName SwordVerboseDescription.elementName()
           
static XmlName SwordVerbose.elementName()
           
static XmlName SwordUserAgent.elementName()
           
static XmlName SwordTreatment.elementName()
           
static XmlName SwordService.elementName()
           
static XmlName SwordPackaging.elementName()
           
static XmlName SwordNoOp.elementName()
           
static XmlName SwordMediation.elementName()
           
static XmlName SwordMaxUploadSize.elementName()
           
static XmlName SWORDErrorDocument.elementName()
          Get the element name.
static XmlName SwordCollectionPolicy.elementName()
           
static XmlName SwordAcceptPackaging.elementName()
           
static XmlName Service.elementName()
           
static XmlName DcAbstract.elementName()
           
static XmlName Collection.elementName()
           
 XmlName SwordValidationInfo.getAttribute()
          Return the attribute that this information describes.
 XmlName SwordValidationInfo.getElement()
          Return the element that this information describes.
 XmlName XmlElement.getXmlName()
           
 

Methods in org.purl.sword.base with parameters of type XmlName
protected  boolean SWORDErrorDocument.isElementChecked(XmlName elementName)
           
protected  boolean SWORDEntry.isElementChecked(XmlName elementName)
           
protected  boolean XmlElement.isInstanceOf(nu.xom.Element element, XmlName xmlName)
           
 void SwordValidationInfo.setAttribute(XmlName attribute)
          Set the attribute that this information describes.
 void SwordValidationInfo.setElement(XmlName element)
          Set the element that this information describes.
 

Constructors in org.purl.sword.base with parameters of type XmlName
BasicBooleanContentElement(XmlName name)
           
BasicContentElement(XmlName name)
           
BasicIntegerContentElement(XmlName name)
           
BasicStringContentElement(XmlName name)
           
SWORDEntry(XmlName name)
           
SwordValidationInfo(XmlName element)
          Create a new information object for the specified element.
SwordValidationInfo(XmlName element, String theMessage, SwordValidationInfoType theType)
          Create a new instance of a validation information object that reports on an element.
SwordValidationInfo(XmlName element, XmlName attribute)
          Create a new information object for the specified element's attribute.
SwordValidationInfo(XmlName element, XmlName attribute, String theMessage, SwordValidationInfoType theType)
          Create a new instance of a validation information object that reports on an attribute in the specified element.
XmlElement(XmlName name)
           
 



Copyright © 2009 The DSpace Foundation. All Rights Reserved.