org.purl.sword.atom
Class Summary
java.lang.Object
org.purl.sword.base.XmlElement
org.purl.sword.atom.TextConstruct
org.purl.sword.atom.Summary
- All Implemented Interfaces:
- SwordElementInterface
public class Summary
- extends TextConstruct
Represents an ATOM Summary element. This is a simple subclass of the
TextConstruct class.
- Author:
- Neil Taylor
|
Constructor Summary |
Summary()
Create a new instance and set the prefix to
'atom' and the local name to 'summary'. |
| Methods inherited from class org.purl.sword.atom.TextConstruct |
getContent, getType, initialise, marshall, setContent, setType, toString, unmarshall, unmarshall, validate, validate |
| Methods inherited from class org.purl.sword.base.XmlElement |
createValidAttributeInfo, getQualifiedName, getQualifiedName, getQualifiedNameWithPrefix, getXmlName, handleIncorrectElement, isInstanceOf, isInstanceOf, processUnexpectedAttributes, processUnexpectedAttributes, unmarshallBoolean, unmarshallInteger, unmarshallString |
Summary
public Summary()
- Create a new instance and set the prefix to
'atom' and the local name to 'summary'.
elementName
public static XmlName elementName()
Copyright © 2009 The DSpace Foundation. All Rights Reserved.