com.webmethods.caf.faces.data.export.atom
Class Generator

java.lang.Object
  extended by com.webmethods.caf.faces.data.export.atom.Element
      extended by com.webmethods.caf.faces.data.export.atom.Generator

public class Generator
extends Element

Represents an atom generator element.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.webmethods.caf.faces.data.export.atom.Element
Element.ElementContentType, Element.Property
 
Field Summary
protected  String m_uri
           
protected  String m_version
           
 
Fields inherited from class com.webmethods.caf.faces.data.export.atom.Element
m_attributes, m_base, m_baseURI, m_children, m_content, m_lang, m_name, m_parent, STRIP_FROM_NORMAL_NAME
 
Constructor Summary
Generator()
           
Generator(Object o)
           
 
Method Summary
 String getUri()
           
 String getVersion()
           
protected  void printStartTag(PrintWriter out, int tabs)
          Prints the start tag for this element.
protected  void setProperties(IContentProvider provider, Collection keys)
          Set the normalized properties of this element.
 void setUri(String uri)
           
 void setVersion(String version)
           
 
Methods inherited from class com.webmethods.caf.faces.data.export.atom.Element
enforceChildrenConformance, enforceChildrenConformance, enforceConformance, escapeXMLContent, escapeXMLName, firstValue, getAttributes, getBase, getBaseUri, getBaseURI, getChildren, getContent, getLang, getName, getParent, initialize, multipleValues, printAttribute, printChildren, printChildren, printChildren, printContent, printEndTag, printTextualContent, serialize, setAttributes, setBase, setChildren, setContent, setLang, setName, setParent, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

m_uri

protected String m_uri

m_version

protected String m_version
Constructor Detail

Generator

public Generator()

Generator

public Generator(Object o)
Method Detail

setProperties

protected void setProperties(IContentProvider provider,
                             Collection keys)
Description copied from class: Element
Set the normalized properties of this element.

Overrides:
setProperties in class Element

printStartTag

protected void printStartTag(PrintWriter out,
                             int tabs)
Description copied from class: Element
Prints the start tag for this element. Includes open bracket, tag name, and attributes, but not close bracket (">").

Overrides:
printStartTag in class Element

getUri

public String getUri()

setUri

public void setUri(String uri)

getVersion

public String getVersion()

setVersion

public void setVersion(String version)