|
xelem.3.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnl.fountain.xelem.excel.AbstractXLElement
nl.fountain.xelem.excel.ss.SSComment
public class SSComment
An implementation of the XLElement Comment.
| Field Summary |
|---|
| Fields inherited from interface nl.fountain.xelem.excel.XLElement |
|---|
PREFIX_HTML, PREFIX_O, PREFIX_SS, PREFIX_X, XMLNS, XMLNS_HTML, XMLNS_O, XMLNS_SS, XMLNS_X |
| Constructor Summary | |
|---|---|
SSComment()
|
|
| Method Summary | |
|---|---|
Element |
assemble(Element parent,
GIO gio)
Assembles the state of this XLElement and all of it's children into an Element. |
String |
getAuthor()
|
String |
getData()
|
String |
getDataClean()
Gets the content of the data element stripped of the author (if there was any). |
String |
getNameSpace()
Gets the namespace of this XLElement. |
String |
getPrefix()
Gets the prefix of this XLElement. |
String |
getTagName()
Gets the tagname (localName) of this XLElement. |
void |
setAttributes(Attributes attrs)
Does effectively nothing. |
void |
setAuthor(String author)
|
void |
setChildElement(String localName,
String content)
Does effectively nothing. |
void |
setData(String data)
|
void |
setShowAlways(boolean show)
|
boolean |
showsAlways()
|
| Methods inherited from class nl.fountain.xelem.excel.AbstractXLElement |
|---|
addElementComment, assemble, createAttributeNS, createAttributeNS, createElementNS, createElementNS, createElementNS, createElementNS, getElementComments |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface nl.fountain.xelem.excel.XLElement |
|---|
addElementComment, getElementComments |
| Constructor Detail |
|---|
public SSComment()
| Method Detail |
|---|
public void setAuthor(String author)
setAuthor in interface Commentpublic String getAuthor()
getAuthor in interface Commentpublic void setShowAlways(boolean show)
setShowAlways in interface Commentpublic boolean showsAlways()
showsAlways in interface Commentpublic void setData(String data)
setData in interface Commentpublic String getData()
getData in interface Commentpublic String getDataClean()
Comment
getDataClean in interface Commentpublic String getTagName()
XLElement
getTagName in interface XLElementpublic String getNameSpace()
XLElement
getNameSpace in interface XLElementpublic String getPrefix()
XLElement
getPrefix in interface XLElement
public Element assemble(Element parent,
GIO gio)
XLElementElement. Attaches the new element to it's
parent-element if needed.
assemble in interface XLElementparent - the parent-element to which the new formed element
will be appendedgio - a global information object
public void setAttributes(Attributes attrs)
AbstractXLElement
setAttributes in interface XLElementsetAttributes in class AbstractXLElementattrs - the attributes found on the element
public void setChildElement(String localName,
String content)
AbstractXLElement
setChildElement in interface XLElementsetChildElement in class AbstractXLElementlocalName - the local name of the childcontent - the content of the child
|
xelem.3.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||