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

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

public class Content
extends Text

Represents an atom content 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_src
           
 
Fields inherited from class com.webmethods.caf.faces.data.export.atom.Text
ANY_HTML, HTML_MEDIA_TYPE, m_type, TEXT_MEDIA_TYPE, XHTML_DIV, XHTML_MEDIA_TYPE, XML_MEDIA_TYPE
 
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
Content()
           
Content(Object o)
           
 
Method Summary
 String getSrc()
           
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 setSrc(String src)
           
 
Methods inherited from class com.webmethods.caf.faces.data.export.atom.Text
enforceConformance, getType, printTextualContent, setType
 
Methods inherited from class com.webmethods.caf.faces.data.export.atom.Element
enforceChildrenConformance, enforceChildrenConformance, escapeXMLContent, escapeXMLName, firstValue, getAttributes, getBase, getBaseUri, getBaseURI, getChildren, getContent, getLang, getName, getParent, initialize, multipleValues, printAttribute, printChildren, printChildren, printChildren, printContent, printEndTag, 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_src

protected String m_src
Constructor Detail

Content

public Content()

Content

public Content(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 Text

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 Text

getSrc

public String getSrc()

setSrc

public void setSrc(String src)