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

GOMIconImpl

public class GOMIconImpl extends AtomUriElement implements org.apache.lucene.gdata.gom.GOMIcon
author
Simon Willnauer

Fields Summary
Constructors Summary
public GOMIconImpl()

		this.localName = GOMIcon.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);