Class Generator
java.lang.Object
com.webmethods.caf.faces.data.export.atom.Element
com.webmethods.caf.faces.data.export.atom.Generator
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
FieldsFields 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetUri()
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
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
-
Field Details
-
m_uri
-
m_version
-
-
Constructor Details
-
Generator
public Generator() -
Generator
-
-
Method Details
-
setProperties
Description copied from class:Element
Set the normalized properties of this element.- Overrides:
setProperties
in classElement
-
printStartTag
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 classElement
-
getUri
-
setUri
-
getVersion
-
setVersion
-