FileDocCategorySizeDatePackage
GOMSubtitle.javaAPI DocApache Lucene 2.1.01412Wed Feb 14 10:46:00 GMT 2007org.apache.lucene.gdata.gom

GOMSubtitle

public interface GOMSubtitle implements GOMTextConstruct
The "atom:subtitle" element is a Text construct that conveys a human-readable description or subtitle for a feed.
atomSubtitle = element atom:subtitle { atomTextConstruct }
author
Simon Willnauer
see
org.apache.lucene.gdata.gom.GOMTextConstruct

Fields Summary
public static final String
LOCALNAME
Atom local name for the xml element
public static final String
RSS_LOCALNAME
RSS local name for the xml element
Constructors Summary
Methods Summary