Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.intabulas.sandler.elements.impl
Class GeneratorImpl  view GeneratorImpl download GeneratorImpl.java

java.lang.Object
  extended byorg.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 $

Field Summary
private  java.lang.String _name
           
private  java.lang.String _uri
           
 
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
 
Constructor Summary
GeneratorImpl()
           
 
Method Summary
 java.lang.String getName()
          Returns the human readable name of the tooklit that generated the feed
 java.lang.String getUri()
          Returns the URI of the toolkit that generated the feed
 void loadDocument(XmlPullParser parser)
          Extract relevant content from the parser stream
private  void processDocumentAttributes(XmlPullParser parser)
          Process the Attibutes from the Generator Tag
 void setName(java.lang.String name)
          Set'sthe human readable name of the tooklit that generated the feed
 void setUri(java.lang.String uri)
          Set' the URI of the toolkit that generated the feed
 java.lang.String toString()
          Returns a string representation of the object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_name

private java.lang.String _name

_uri

private java.lang.String _uri
Constructor Detail

GeneratorImpl

public GeneratorImpl()
Method Detail

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