super(); this.localName = LOCALNAME; this.qname = new QName(GOMNamespace.ATOM_NS_URI, this.localName);
seeorg.apache.lucene.gdata.gom.GOMElement#writeRssOutput(org.apache.lucene.gdata.gom.writer.GOMStaxWriter) if (this.rfc3339String == null) this.rfc3339String = GOMUtils .buildRfc3339DateFormat(this.date == 0 ? System .currentTimeMillis() : this.date); aStreamWriter.writeSimpleXMLElement(ATOM_QNAME, getXmlNamespaceAttributes(), this.rfc3339String);
if (this.rfc3339String == null) this.rfc3339String = GOMUtils .buildRfc3339DateFormat(this.date == 0 ? System .currentTimeMillis() : this.date); aStreamWriter.writeSimpleXMLElement(ATOM_QNAME, getXmlNamespaceAttributes(), this.rfc3339String);