this.localName = GOMSummary.LOCALNAME; this.qname = new QName(GOMNamespace.ATOM_NS_URI, this.localName);
seeorg.apache.lucene.gdata.gom.core.GOMTextContructImpl#writeRssOutput(org.apache.lucene.gdata.gom.writer.GOMStaxWriter) /* * RSS does not support markup as child elements StaX Writer will encode * all containing markup into valid xml entities */ aStreamWriter.writeSimpleXMLElement(ATOM_QNAME, getXmlNamespaceAttributes(), this.textValue);
/* * RSS does not support markup as child elements StaX Writer will encode * all containing markup into valid xml entities */ aStreamWriter.writeSimpleXMLElement(ATOM_QNAME, getXmlNamespaceAttributes(), this.textValue);