Uses of Class
yarfraw.core.datamodel.Content

Packages that use Content
yarfraw.core.datamodel   
yarfraw.mapping.forward.impl   
 

Uses of Content in yarfraw.core.datamodel
 

Methods in yarfraw.core.datamodel that return Content
 Content Content.addContentText(String contentText)
          Any text content.
 Content Content.addOtherAttributes(QName namespace, String attribute)
          Add an attribute that is not in the RSS 2.0 specs.
 Content Content.addOtherElement(Element element)
          Add an element that is not specified in the Rss specs.
**Note** The element should not have an empty namespace to avoid collision with the specs elements.
 Content Content.addOtherElement(String xmlString)
          Add an element that is not specified in the Rss specs.
**Note** The element should not have an empty namespace to avoid collision with the specs elements.
 Content ItemEntry.getContent()
          Rss 2.0 - This is not officially supported, but if there's a <content:encoded /> element under <Item>, the content of the encoded element will be mapped to this class.
 Content Content.setBase(String base)
          Atom 1.0 only
Any element defined by this specification MAY have an xml:base attribute [W3C.REC-xmlbase-20010627].
 Content Content.setContentText(List<String> contentText)
          Any text content.
 Content Content.setLang(Locale lang)
          Rss 2.0 - <language> element.
 Content Content.setLang(String lang)
          Rss 2.0 - <language> element.
 Content Content.setOtherAttributes(Map<QName,String> otherAttributes)
          Any other attribute that is not in the RSS 2.0 specs.
 Content Content.setOtherElements(List<Element> otherElements)
          Other additional elements that are not in the Rss specs.
**Note** The element should not have an empty namespace to avoid collision with the specs elements.
 Content Content.setSrc(String src)
          Atom 1.0 only
atom:content MAY have a "src" attribute, whose value MUST be an IRI reference [RFC3987].
 Content Content.setType(String type)
          Atom 1.0 only
On the atom:content element, the value of the "type" attribute MAY be one of "text", "html", or "xhtml".
 

Methods in yarfraw.core.datamodel with parameters of type Content
 ItemEntry ItemEntry.setContent(Content content)
          Rss 2.0 - This is not officially supported, but if there's a <content:encoded /> element under <Item>, the content of the encoded element will be mapped to this class.
 

Uses of Content in yarfraw.mapping.forward.impl
 

Methods in yarfraw.mapping.forward.impl with parameters of type Content
static ContentType Atom10MappingUtils.toContent(Content in)
           
 



Copyright © 2008. All Rights Reserved.