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

GOMRightsImpl

public class GOMRightsImpl extends GOMTextContructImpl implements org.apache.lucene.gdata.gom.GOMRights
author
Simon Willnauer

Fields Summary
Constructors Summary
public GOMRightsImpl()

		this.localName = GOMRights.LOCALNAME;
		this.rssLocalName = GOMRights.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.GOMTextContructImpl#writeRssOutput(org.apache.lucene.gdata.gom.writer.GOMStaxWriter)

		aStreamWriter.writeSimpleXMLElement("copyright", null, this.textValue);