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

GOMId

public interface GOMId implements GOMElement
The "atom:id" element conveys a permanent, universally unique identifier for an entry or feed.
atomId = element atom:id {
atomCommonAttributes,
(atomUri)
}
author
Simon Willnauer

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