org.apache.lucene.gdata.gom.core
Class GOMIconImpl
java.lang.Object
org.apache.lucene.gdata.gom.core.AbstractGOMElement
org.apache.lucene.gdata.gom.core.SimpleGOMElementImpl
org.apache.lucene.gdata.gom.core.GOMIconImpl
- All Implemented Interfaces:
- AtomParser, GOMElement, GOMIcon, GOMXmlEntity
public class GOMIconImpl
- extends SimpleGOMElementImpl
- implements GOMIcon
- Author:
- Simon Willnauer
| Fields inherited from interface org.apache.lucene.gdata.gom.core.AtomParser |
DUPLICATE_ATTRIBUTE, DUPLICATE_ELEMENT, DUPLICATE_ELEMENT_VALUE, INVALID_ATTRIBUTE, INVALID_ELEMENT_VALUE, MISSING_ELEMENT_ATTRIBUTE, MISSING_ELEMENT_CHILD, MISSING_ELEMENT_VALUE, MISSING_ELEMENT_VALUE_PLAIN, UNEXPECTED_ATTRIBUTE, UNEXPECTED_ELEMENT, UNEXPECTED_ELEMENT_CHILD, UNEXPECTED_ELEMENT_VALUE, URECOGNIZED_ELEMENT_CHILD |
| Methods inherited from class org.apache.lucene.gdata.gom.core.AbstractGOMElement |
addAttribute, getChildParser, getLocalName, getQname, getTextValue, getXmlBase, getXmlLang, getXmlNamespaceAttributes, processAttribute, setLocalName, setNamespacePrefix, setNamespaceUri, setTextValue, writeRssOutput |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GOMIconImpl
public GOMIconImpl()
writeRssOutput
public void writeRssOutput(GOMOutputWriter aStreamWriter)
throws XMLStreamException
- Description copied from interface:
GOMElement
- Generates the xml element represented by this class in the RSS 2.0
formate.
- Specified by:
writeRssOutput in interface GOMElement- Overrides:
writeRssOutput in class SimpleGOMElementImpl
- Parameters:
aStreamWriter - -
the GOMOutputWriter implementation to write the output
- Throws:
XMLStreamException - -
if the GOMOutputWriter throws an exception- See Also:
org.apache.lucene.gdata.gom.core.SimpleGOMElementImpl#writeRssOutput(org.apache.lucene.gdata.gom.writer.GOMStaxWriter)
processEndElement
public void processEndElement()
- Description copied from class:
AbstractGOMElement
-
- Specified by:
processEndElement in interface AtomParser- Overrides:
processEndElement in class SimpleGOMElementImpl
- See Also:
SimpleGOMElementImpl.processEndElement()
Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.