|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Text in org.apache.abdera.ext.rss |
---|
Classes in org.apache.abdera.ext.rss that implement Text | |
---|---|
class |
RssText
|
Methods in org.apache.abdera.ext.rss with parameters of type Text | ||
---|---|---|
Entry |
RssItem.setRightsElement(Text text)
|
|
void |
RssChannel.setRightsElement(Text text)
|
|
|
RssFeed.setRightsElement(Text text)
|
|
|
RssSource.setRightsElement(Text text)
|
|
void |
RssChannel.setSubtitleElement(Text text)
|
|
|
RssFeed.setSubtitleElement(Text text)
|
|
|
RssSource.setSubtitleElement(Text text)
|
|
Entry |
RssItem.setSummaryElement(Text text)
|
|
Entry |
RssItem.setTitleElement(Text title)
|
|
void |
RssChannel.setTitleElement(Text text)
|
|
|
RssFeed.setTitleElement(Text text)
|
|
|
RssSource.setTitleElement(Text text)
|
Uses of Text in org.apache.abdera.ext.tombstones |
---|
Methods in org.apache.abdera.ext.tombstones that return Text | |
---|---|
Text |
Tombstone.getComment()
|
Text |
Tombstone.setComment(String comment)
|
Text |
Tombstone.setComment(Text.Type type,
String comment)
|
Uses of Text in org.apache.abdera.factory |
---|
Methods in org.apache.abdera.factory that return Text | |
---|---|
Text |
Factory.newRights()
Create a new rights element. |
Text |
Factory.newRights(Element parent)
Create a new rights element as a child of the given Element. |
Text |
Factory.newRights(Text.Type type)
Create a new rights element with the given Text.Type. |
Text |
Factory.newRights(Text.Type type,
Element parent)
Create a new rights element with the given Text.Type as a child of the given Element. |
Text |
Factory.newSubtitle()
Create a new subtitle element. |
Text |
Factory.newSubtitle(Element parent)
Create a new subtitle element as a child of the given Element. |
Text |
Factory.newSubtitle(Text.Type type)
Create a new subtitle element with the given Text.Type. |
Text |
Factory.newSubtitle(Text.Type type,
Element parent)
Create a new subtitle element with the given Text.Type as a child of the given Element. |
Text |
Factory.newSummary()
Create a new summary element. |
Text |
Factory.newSummary(Element parent)
Create a new summary element as a child of the given Element. |
Text |
Factory.newSummary(Text.Type type)
Create a new summary element with the given Text.Type. |
Text |
Factory.newSummary(Text.Type type,
Element parent)
Create a new summary element with the given Text.Type as a child of the given Element. |
Text |
Factory.newText(QName qname,
Text.Type type)
Create a new Text element with the given QName and Text.Type. |
Text |
Factory.newText(QName qname,
Text.Type type,
Element parent)
Create a new Text element with the given QName and Text.Type as a child of the given Element. |
Text |
Factory.newTitle()
Create a new title element. |
Text |
Factory.newTitle(Element parent)
Create a new title element as a child of the given Element. |
Text |
Factory.newTitle(Text.Type type)
Create a new title element with the given Text.Type. |
Text |
Factory.newTitle(Text.Type type,
Element parent)
Create a new title element with the given Text.Type as a child of the given Element. |
Uses of Text in org.apache.abdera.model |
---|
Methods in org.apache.abdera.model that return Text | |
---|---|
Text |
Entry.getRightsElement()
The rights element is typically used to convey a human readable copyright (e.g. |
Text |
Source.getRightsElement()
The rights element is typically used to convey a human readable copyright (e.g. |
Text |
Source.getSubtitleElement()
RFC4287: The "atom:subtitle" element is a Text construct that conveys a human-readable description or subtitle for a feed. |
Text |
Entry.getSummaryElement()
RFC4287: The "atom:summary" element is a Text construct that conveys a short summary, abstract, or excerpt of an entry... |
Text |
Workspace.getTitleElement()
Return the atom:title |
Text |
Entry.getTitleElement()
RFC4287: The "atom:title" element is a Text construct that conveys a human-readable title for an entry or feed. |
Text |
Collection.getTitleElement()
Return the title element |
Text |
Source.getTitleElement()
RFC4287: The "atom:title" element is a Text construct that conveys a human-readable title for an entry or feed. |
Text |
Entry.setRights(Div value)
Sets the value of the right as @type="xhtml" |
Text |
Source.setRights(Div value)
Sets the value of the rights as @type="xhtml" |
Text |
Entry.setRights(String value)
Sets the value of the rights as @type="text" |
Text |
Source.setRights(String value)
Sets the value of the rights as @type="text" |
Text |
Entry.setRights(String value,
Text.Type type)
Sets the value of the rights |
Text |
Source.setRights(String value,
Text.Type type)
Sets the value of the rights |
Text |
Entry.setRightsAsHtml(String value)
Sets the value of the rights as @type="html". |
Text |
Source.setRightsAsHtml(String value)
Sets the value of the rights as @type="html" |
Text |
Entry.setRightsAsXhtml(String value)
Sets the value of the rights as @type="xhtml" |
Text |
Source.setRightsAsXhtml(String value)
Sets the value of the rights as @type="xhtml" |
Text |
Source.setSubtitle(Div value)
Sets the value of the subtitle as @type="xhtml" |
Text |
Source.setSubtitle(String value)
Sets the value of the subtitle as @type="text" |
Text |
Source.setSubtitle(String value,
Text.Type type)
Sets the value of the subtitle |
Text |
Source.setSubtitleAsHtml(String value)
Sets the value of the subtitle as @type="html" |
Text |
Source.setSubtitleAsXhtml(String value)
Sets the value of the subtitle as @type="xhtml" |
Text |
Entry.setSummary(Div value)
Sets the value of the summary as @type="xhtml" |
Text |
Entry.setSummary(String value)
Sets the value of the summary as @type="text" |
Text |
Entry.setSummary(String value,
Text.Type type)
Sets the value of the summary |
Text |
Entry.setSummaryAsHtml(String value)
Sets the value of the summary as @type="html" |
Text |
Entry.setSummaryAsXhtml(String value)
Sets the value of the summary as @type="xhtml" |
Text |
Text.setTextType(Text.Type type)
Set the Text.Type |
Text |
Entry.setTitle(Div value)
Sets the value of the title as @type="xhtml" |
Text |
Source.setTitle(Div value)
Sets the value of the title as @type="xhtml" |
Text |
Workspace.setTitle(String title)
Set the workspace title |
Text |
Entry.setTitle(String value)
Sets the value of the title as @type="text" |
Text |
Collection.setTitle(String title)
Set the value of the collections atom:title element using type="text" |
Text |
Source.setTitle(String value)
Sets the value of the title as @type="text" |
Text |
Entry.setTitle(String value,
Text.Type type)
Sets the value of the title |
Text |
Source.setTitle(String value,
Text.Type type)
Sets the value of the title |
Text |
Workspace.setTitleAsHtml(String title)
Set the workspace title as escaped HTML |
Text |
Entry.setTitleAsHtml(String value)
Sets the value of the title as @type="html" |
Text |
Collection.setTitleAsHtml(String title)
Set the value of the collections atom:title element using type="html". |
Text |
Source.setTitleAsHtml(String value)
Sets the value of the title as @type="html" |
Text |
Entry.setTitleAsXhtml(String value)
Sets the value of the title as @type="xhtml" |
Text |
Source.setTitleAsXhtml(String value)
Sets the value of the title as @type="xhtml" |
Text |
Workspace.setTitleAsXHtml(String title)
Set the workspace title as XHTML |
Text |
Collection.setTitleAsXHtml(String title)
Set the value of the collections atom:title element using type="xhtml". |
Text |
Text.setValue(String value)
Set the text value |
Text |
Text.setValueElement(Div value)
Set the text value element |
Text |
Text.setWrappedValue(String wrappedValue)
Set the wrapped value |
Methods in org.apache.abdera.model with parameters of type Text | ||
---|---|---|
Entry |
Entry.setRightsElement(Text text)
The rights element is typically used to convey a human readable copyright (e.g. |
|
|
Source.setRightsElement(Text text)
The rights element is typically used to convey a human readable copyright (e.g. |
|
|
Source.setSubtitleElement(Text text)
RFC4287: The "atom:subtitle" element is a Text construct that conveys a human-readable description or subtitle for a feed. |
|
Entry |
Entry.setSummaryElement(Text text)
RFC4287: The "atom:summary" element is a Text construct that conveys a short summary, abstract, or excerpt of an entry... |
|
Entry |
Entry.setTitleElement(Text title)
RFC4287: The "atom:title" element is a Text construct that conveys a human-readable title for an entry or feed. |
|
|
Source.setTitleElement(Text text)
RFC4287: The "atom:title" element is a Text construct that conveys a human-readable title for an entry or feed. |
Uses of Text in org.apache.abdera.parser.stax |
---|
Classes in org.apache.abdera.parser.stax that implement Text | |
---|---|
class |
FOMText
|
Methods in org.apache.abdera.parser.stax with type parameters of type Text | ||
---|---|---|
protected
|
FOMElement.getTextElement(QName qname)
|
|
protected
|
FOMElement.setTextElement(QName qname,
T text,
boolean many)
|
Methods in org.apache.abdera.parser.stax that return Text | |
---|---|
Text |
FOMEntry.getRightsElement()
|
Text |
FOMSource.getRightsElement()
|
Text |
FOMSource.getSubtitleElement()
|
Text |
FOMEntry.getSummaryElement()
|
Text |
FOMEntry.getTitleElement()
|
Text |
FOMSource.getTitleElement()
|
Text |
FOMCollection.getTitleElement()
|
Text |
FOMWorkspace.getTitleElement()
|
Text |
FOMFactory.newRights()
|
Text |
FOMFactory.newRights(Element parent)
|
Text |
FOMFactory.newRights(Text.Type type)
|
Text |
FOMFactory.newRights(Text.Type type,
Element parent)
|
Text |
FOMFactory.newSubtitle()
|
Text |
FOMFactory.newSubtitle(Element parent)
|
Text |
FOMFactory.newSubtitle(Text.Type type)
|
Text |
FOMFactory.newSubtitle(Text.Type type,
Element parent)
|
Text |
FOMFactory.newSummary()
|
Text |
FOMFactory.newSummary(Element parent)
|
Text |
FOMFactory.newSummary(Text.Type type)
|
Text |
FOMFactory.newSummary(Text.Type type,
Element parent)
|
Text |
FOMFactory.newText(QName qname,
Text.Type type)
|
Text |
FOMFactory.newText(QName qname,
Text.Type type,
Element parent)
|
Text |
FOMFactory.newText(QName qname,
Text.Type type,
org.apache.axiom.om.OMContainer parent,
org.apache.axiom.om.OMXMLParserWrapper parserWrapper)
|
Text |
FOMFactory.newTitle()
|
Text |
FOMFactory.newTitle(Element parent)
|
Text |
FOMFactory.newTitle(Text.Type type)
|
Text |
FOMFactory.newTitle(Text.Type type,
Element parent)
|
protected Text |
FOMElement.setHtmlText(QName qname,
String value,
IRI baseUri)
|
Text |
FOMEntry.setRights(Div value)
|
Text |
FOMSource.setRights(Div value)
|
Text |
FOMEntry.setRights(String value)
|
Text |
FOMSource.setRights(String value)
|
Text |
FOMEntry.setRights(String value,
Text.Type type)
|
Text |
FOMSource.setRights(String value,
Text.Type type)
|
Text |
FOMEntry.setRightsAsHtml(String value)
|
Text |
FOMSource.setRightsAsHtml(String value)
|
Text |
FOMEntry.setRightsAsXhtml(String value)
|
Text |
FOMSource.setRightsAsXhtml(String value)
|
Text |
FOMSource.setSubtitle(Div value)
|
Text |
FOMSource.setSubtitle(String value)
|
Text |
FOMSource.setSubtitle(String value,
Text.Type type)
|
Text |
FOMSource.setSubtitleAsHtml(String value)
|
Text |
FOMSource.setSubtitleAsXhtml(String value)
|
Text |
FOMEntry.setSummary(Div value)
|
Text |
FOMEntry.setSummary(String value)
|
Text |
FOMEntry.setSummary(String value,
Text.Type type)
|
Text |
FOMEntry.setSummaryAsHtml(String value)
|
Text |
FOMEntry.setSummaryAsXhtml(String value)
|
protected Text |
FOMElement.setTextText(QName qname,
String value)
|
Text |
FOMText.setTextType(Text.Type type)
|
Text |
FOMEntry.setTitle(Div value)
|
Text |
FOMSource.setTitle(Div value)
|
Text |
FOMEntry.setTitle(String value)
|
Text |
FOMSource.setTitle(String value)
|
Text |
FOMCollection.setTitle(String title)
|
Text |
FOMWorkspace.setTitle(String title)
|
Text |
FOMEntry.setTitle(String value,
Text.Type type)
|
Text |
FOMSource.setTitle(String value,
Text.Type type)
|
Text |
FOMEntry.setTitleAsHtml(String value)
|
Text |
FOMSource.setTitleAsHtml(String value)
|
Text |
FOMCollection.setTitleAsHtml(String title)
|
Text |
FOMWorkspace.setTitleAsHtml(String title)
|
Text |
FOMEntry.setTitleAsXhtml(String value)
|
Text |
FOMSource.setTitleAsXhtml(String value)
|
Text |
FOMCollection.setTitleAsXHtml(String title)
|
Text |
FOMWorkspace.setTitleAsXHtml(String title)
|
Text |
FOMText.setValue(String value)
|
Text |
FOMText.setValueElement(Div value)
|
Text |
FOMText.setWrappedValue(String wrappedValue)
|
protected Text |
FOMElement.setXhtmlText(QName qname,
Div value,
IRI baseUri)
|
protected Text |
FOMElement.setXhtmlText(QName qname,
String value,
IRI baseUri)
|
Methods in org.apache.abdera.parser.stax with parameters of type Text | ||
---|---|---|
Entry |
FOMEntry.setRightsElement(Text text)
|
|
|
FOMSource.setRightsElement(Text text)
|
|
|
FOMSource.setSubtitleElement(Text text)
|
|
Entry |
FOMEntry.setSummaryElement(Text text)
|
|
Entry |
FOMEntry.setTitleElement(Text title)
|
|
|
FOMSource.setTitleElement(Text text)
|
Uses of Text in org.apache.abdera.protocol.server.adapters.jcr |
---|
Methods in org.apache.abdera.protocol.server.adapters.jcr that return Text | |
---|---|
Text |
JcrCollectionAdapter.getSummary(javax.jcr.Node entry,
RequestContext request)
|
Uses of Text in org.apache.abdera.protocol.server.impl |
---|
Methods in org.apache.abdera.protocol.server.impl that return Text | |
---|---|
Text |
AbstractEntityCollectionAdapter.getSummary(T entry,
RequestContext request)
Get the summary of the entry. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |