FileDocCategorySizeDatePackage
GOMAuthorImpl.javaAPI DocApache Lucene 2.1.01632Wed Feb 14 10:45:58 GMT 2007org.apache.lucene.gdata.gom.core

GOMAuthorImpl

public class GOMAuthorImpl extends GOMPersonImpl implements org.apache.lucene.gdata.gom.GOMAuthor
author
Simon Willnauer

Fields Summary
Constructors Summary
public GOMAuthorImpl()

		this.localName = GOMAuthor.LOCALNAME;
		this.qname = new QName(GOMNamespace.ATOM_NS_URI, this.localName);
	
Methods Summary
public voidwriteRssOutput(org.apache.lucene.gdata.gom.writer.GOMOutputWriter aStreamWriter)

see
org.apache.lucene.gdata.gom.core.GOMPersonImpl#writeRssOutput(org.apache.lucene.gdata.gom.writer.GOMStaxWriter)

		writeRssOutput(aStreamWriter, this.localName);