java.lang.Object
org.intabulas.sandler.elements.impl.GeneratorImpl
- All Implemented Interfaces:
- org.intabulas.sandler.elements.AtomElement, org.intabulas.sandler.elements.Generator, org.intabulas.sandler.elements.ParseableEntity
- public class GeneratorImpl
- extends java.lang.Object
- implements org.intabulas.sandler.elements.Generator, org.intabulas.sandler.elements.AtomElement
GeneratorImpl
- Version:
- $Id: GeneratorImpl.java,v 1.3 2003/09/09 23:44:44 intabulas Exp $
| Fields inherited from interface org.intabulas.sandler.elements.AtomElement |
ATOM_NAMESPACE, ATOM_VERSION, ATTRIBUTE_LANG, ATTRIBUTE_LANG_NP, ATTRIBUTE_MODE, ATTRIBUTE_NAME, ATTRIBUTE_TYPE, ATTRIBUTE_VERSION, ATTRIBUTE_XMLNS, ELEMENT_AUTHOR, ELEMENT_CONTENT, ELEMENT_CONTRIBUTOR, ELEMENT_COPYRIGHT, ELEMENT_CREATED, ELEMENT_EMAIL, ELEMENT_ENTRY, ELEMENT_FEED, ELEMENT_GENERATOR, ELEMENT_HOMEPAGE, ELEMENT_ID, ELEMENT_ISSUED, ELEMENT_LINK, ELEMENT_MODIFIED, ELEMENT_NAME, ELEMENT_SUMMARY, ELEMENT_TAGLINE, ELEMENT_TITLE, ELEMENT_URL, FORMAT_COMMENT, FORMAT_ENDELEMENT, FORMAT_FEEDATTRIBUTES, FORMAT_NAMEATTRIBUTE, FORMAT_STARTELEMENT, FORMAT_STRINGELEMENT, HTMLTAG_BEGIN, HTMLTAG_CLOSE, HTMLTAG_END, HTMLTAG_START, SPACE, XML_STARTDOC |
_name
private java.lang.String _name
_uri
private java.lang.String _uri
GeneratorImpl
public GeneratorImpl()
setName
public void setName(java.lang.String name)
- Set'sthe human readable name of the tooklit that generated the feed
- Specified by:
setName in interface org.intabulas.sandler.elements.Generator
getName
public java.lang.String getName()
- Returns the human readable name of the tooklit that generated the feed
- Specified by:
getName in interface org.intabulas.sandler.elements.Generator
setUri
public void setUri(java.lang.String uri)
- Set' the URI of the toolkit that generated the feed
- Specified by:
setUri in interface org.intabulas.sandler.elements.Generator
getUri
public java.lang.String getUri()
- Returns the URI of the toolkit that generated the feed
- Specified by:
getUri in interface org.intabulas.sandler.elements.Generator
toString
public java.lang.String toString()
- Returns a string representation of the object.
loadDocument
public void loadDocument(XmlPullParser parser)
throws XmlPullParserException
- Extract relevant content from the parser stream
- Specified by:
loadDocument in interface org.intabulas.sandler.elements.ParseableEntity
processDocumentAttributes
private void processDocumentAttributes(XmlPullParser parser)
- Process the Attibutes from the Generator Tag