|
xelem.3.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object nl.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 Comment
public String getAuthor()
getAuthor
in interface Comment
public void setShowAlways(boolean show)
setShowAlways
in interface Comment
public boolean showsAlways()
showsAlways
in interface Comment
public void setData(String data)
setData
in interface Comment
public String getData()
getData
in interface Comment
public String getDataClean()
Comment
getDataClean
in interface Comment
public String getTagName()
XLElement
getTagName
in interface XLElement
public String getNameSpace()
XLElement
getNameSpace
in interface XLElement
public String getPrefix()
XLElement
getPrefix
in interface XLElement
public Element assemble(Element parent, GIO gio)
XLElement
Element
. Attaches the new element to it's
parent-element if needed.
assemble
in interface XLElement
parent
- 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 XLElement
setAttributes
in class AbstractXLElement
attrs
- the attributes found on the elementpublic void setChildElement(String localName, String content)
AbstractXLElement
setChildElement
in interface XLElement
setChildElement
in class AbstractXLElement
localName
- 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 |