|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Text | |
---|---|
yarfraw.core.datamodel | |
yarfraw.mapping.forward.impl |
Uses of Text in yarfraw.core.datamodel |
---|
Methods in yarfraw.core.datamodel that return Text | |
---|---|
Text |
ChannelFeed.getDescriptionOrSubtitle()
Rss 1.0 - <description> A brief description of the channel's content, function, source, etc. |
Text |
ItemEntry.getDescriptionOrSummary()
Rss 1.0 - A brief description/abstract of the item. |
Text |
ItemEntry.getRights()
Rss 1.0 - <dc:rights> Information about rights held in and over the resource. |
Text |
ChannelFeed.getRights()
Rss 1.0 - <dc:rights> Information about rights held in and over the resource. |
Text |
ItemEntry.getTitle()
Rss 1.0 - The item's title. |
Text |
ChannelFeed.getTitle()
Rss 1.0 - The channel's title. |
Text |
Text.setBase(String base)
Atom 1.0 only Any element defined by this specification MAY have an xml:base attribute [W3C.REC-xmlbase-20010627]. |
Text |
Text.setLang(Locale lang)
Rss 2.0 - <language> element. |
Text |
Text.setLang(String lang)
Rss 2.0 - <language> element. |
Text |
Text.setText(String text)
|
Text |
Text.setType(Text.TextType type)
Type of the text. |
Text |
Text.setXhtmlDiv(Element xhtmlDiv)
Atom 1.0 only The single xhtml div element if the text construct is an xhtml construct |
Text |
Text.setXhtmlDiv(String xhtmlDiv)
Atom 1.0 only The single xhtml div element if the text construct is an xhtml construct. |
Methods in yarfraw.core.datamodel with parameters of type Text | |
---|---|
ChannelFeed |
ChannelFeed.setDescriptionOrSubtitle(Text descriptionOrSubtitle)
Rss 1.0 - <description> A brief description of the channel's content, function, source, etc. |
ItemEntry |
ItemEntry.setDescriptionOrSummary(Text descriptionOrSummary)
Rss 1.0 - A brief description/abstract of the item. |
ItemEntry |
ItemEntry.setRights(Text rights)
Rss 1.0 - <dc:rights> Information about rights held in and over the resource. |
ChannelFeed |
ChannelFeed.setRights(Text rights)
Rss 1.0 - <dc:rights> Information about rights held in and over the resource. |
ItemEntry |
ItemEntry.setTitle(Text title)
Rss 1.0 - The item's title. |
ChannelFeed |
ChannelFeed.setTitle(Text title)
Rss 1.0 - The channel's title. |
Uses of Text in yarfraw.mapping.forward.impl |
---|
Methods in yarfraw.mapping.forward.impl with parameters of type Text | |
---|---|
static TextType |
Atom10MappingUtils.toTextType(Text in)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |