org.purl.sword.atom
Class Title
java.lang.Object
org.purl.sword.base.XmlElement
org.purl.sword.atom.TextConstruct
org.purl.sword.atom.Title
- All Implemented Interfaces:
- SwordElementInterface
public class Title
- extends TextConstruct
Represents an ATOM Title element. This is a simple subclass of the
TextConstruct class.
- Author:
- Neil Taylor
|
Constructor Summary |
Title()
Create a new instance and set the prefix to
'atom' and the local name to 'title'. |
| 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 |
ELEMENT_NAME
@Deprecated
public static final String ELEMENT_NAME
- Deprecated.
- Local name part of the element.
- See Also:
- Constant Field Values
Title
public Title()
- Create a new instance and set the prefix to
'atom' and the local name to 'title'.
elementName
public static XmlName elementName()
Copyright © 2010 DuraSpace. All Rights Reserved.