|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.abdera.model.ElementWrapper
org.apache.abdera.ext.rss.RssText
public class RssText
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.apache.abdera.model.Text |
|---|
Text.Type |
| Constructor Summary | |
|---|---|
RssText(Element internal)
|
|
RssText(Factory factory,
QName qname)
|
|
| Method Summary | |
|---|---|
Text.Type |
getTextType()
Return the Text.Type |
String |
getValue()
Return the text value |
Div |
getValueElement()
Return the text value element |
String |
getWrappedValue()
Return the wrapped value |
Text |
setTextType(Text.Type type)
Set the Text.Type |
Text |
setValue(String value)
Set the text value |
Text |
setValueElement(Div value)
Set the text value element |
Text |
setWrappedValue(String wrappedValue)
Set the wrapped value |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.apache.abdera.model.Element |
|---|
declareNS, discard, getAttributes, getAttributeValue, getAttributeValue, getBaseUri, getDocument, getElements, getExtensionAttributes, getFirstChild, getFirstChild, getLanguage, getLanguageTag, getLocale, getMustPreserveWhitespace, getNamespaces, getNextSibling, getNextSibling, getParentElement, getPreviousSibling, getPreviousSibling, getQName, getResolvedBaseUri, getText, removeAttribute, removeAttribute, setAttributeValue, setAttributeValue, setBaseUri, setBaseUri, setLanguage, setMustPreserveWhitespace, setParentElement, setText, setText |
| Methods inherited from interface org.apache.abdera.model.Base |
|---|
addComment, clone, complete, getDefaultWriterOptions, getFactory, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo |
| Methods inherited from interface java.lang.Iterable |
|---|
iterator |
| Constructor Detail |
|---|
public RssText(Element internal)
public RssText(Factory factory,
QName qname)
| Method Detail |
|---|
public Text.Type getTextType()
Text
getTextType in interface Textpublic String getValue()
Text
getValue in interface Textpublic Div getValueElement()
Text
getValueElement in interface Textpublic String getWrappedValue()
Text
getWrappedValue in interface Textpublic Text setTextType(Text.Type type)
Text
setTextType in interface Texttype - The Text.Typepublic Text setValue(String value)
Text
setValue in interface Textvalue - The text valuepublic Text setValueElement(Div value)
Text
setValueElement in interface Textvalue - The xhtml:divpublic Text setWrappedValue(String wrappedValue)
Text
setWrappedValue in interface TextwrappedValue - The text value wrapped in a xhtml:div
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||