org.apache.lucene.gdata.gom
Interface GOMAuthor

All Superinterfaces:
AtomParser, GOMElement, GOMPerson, GOMXmlEntity
All Known Implementing Classes:
GOMAuthorImpl

public interface GOMAuthor
extends GOMPerson

GOMAuthor elmement used in feed and entries as a representation of a atom:author element. The "atom:author" element is a Person construct that indicates the author of the entry or feed.

 atomAuthor = 
        element atom:author { atomPersonConstruct }
 

Author:
Simon Willnauer
See Also:
GOMPerson

Field Summary
static String LOCALNAME
          Atom 1.0 local name for the xml element
 
Fields inherited from interface org.apache.lucene.gdata.gom.GOMElement
XML_BASE, XML_LANG
 
Fields inherited from interface org.apache.lucene.gdata.gom.core.AtomParser
DUPLICATE_ATTRIBUTE, DUPLICATE_ELEMENT, DUPLICATE_ELEMENT_VALUE, INVALID_ATTRIBUTE, INVALID_ELEMENT_VALUE, MISSING_ELEMENT_ATTRIBUTE, MISSING_ELEMENT_CHILD, MISSING_ELEMENT_VALUE, MISSING_ELEMENT_VALUE_PLAIN, UNEXPECTED_ATTRIBUTE, UNEXPECTED_ELEMENT, UNEXPECTED_ELEMENT_CHILD, UNEXPECTED_ELEMENT_VALUE, URECOGNIZED_ELEMENT_CHILD
 
Method Summary
 
Methods inherited from interface org.apache.lucene.gdata.gom.GOMPerson
getEmail, getName, getUri, setEmail, setName, setUri
 
Methods inherited from interface org.apache.lucene.gdata.gom.GOMElement
getXmlBase, getXmlLang, writeAtomOutput, writeRssOutput, writeRssOutput
 
Methods inherited from interface org.apache.lucene.gdata.gom.GOMXmlEntity
getLocalName, getQname, getTextValue, setLocalName, setNamespacePrefix, setNamespaceUri, setTextValue
 
Methods inherited from interface org.apache.lucene.gdata.gom.core.AtomParser
getChildParser, processAttribute, processElementValue, processEndElement
 

Field Detail

LOCALNAME

static final String LOCALNAME
Atom 1.0 local name for the xml element

See Also:
Constant Field Values


Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.