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

GOMLogoImpl

public class GOMLogoImpl extends AtomUriElement implements org.apache.lucene.gdata.gom.GOMLogo
author
Simon Willnauer

Fields Summary
Constructors Summary
public GOMLogoImpl()
default class constructor

		this.localName = GOMLogo.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.SimpleGOMElementImpl#writeRssOutput(org.apache.lucene.gdata.gom.writer.GOMStaxWriter)

		aStreamWriter.writeSimpleXMLElement("url", getXmlNamespaceAttributes(),
				this.textValue);