com.webmethods.caf.faces.data.export.atom
Class Content
java.lang.Object
com.webmethods.caf.faces.data.export.atom.Element
com.webmethods.caf.faces.data.export.atom.Text
com.webmethods.caf.faces.data.export.atom.Content
public class Content
- extends Text
Represents an atom content element.
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 |
m_src
protected String m_src
Content
public Content()
Content
public Content(Object o)
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)