Uses of Class
yarfraw.core.datamodel.Id

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

Uses of Id in yarfraw.core.datamodel
 

Methods in yarfraw.core.datamodel that return Id
 Id Id.addOtherAttributes(QName namespace, String attribute)
          Add an attribute that is not in the RSS 2.0 specs.
 Id ItemEntry.getUid()
          Rss 1.0 - Not supported, this field is ignored.
 Id ChannelFeed.getUid()
          Rss 1.0 - Not supported, this field is ignored.
 Id Id.setBase(String base)
          Atom 1.0 only
Any element defined by this specification MAY have an xml:base attribute [W3C.REC-xmlbase-20010627].
 Id Id.setIdValue(String idValue)
           
 Id Id.setLang(Locale lang)
          Rss 2.0 - <language> element.
 Id Id.setLang(String lang)
          Rss 2.0 - <language> element.
 Id Id.setOtherAttributes(Map<QName,String> otherAttributes)
          Any other attribute that is not in the RSS 2.0 specs.
 Id Id.setPermaLink(Boolean isPermaLink)
          This field is only used by Rss 2.0.
 

Methods in yarfraw.core.datamodel with parameters of type Id
 ItemEntry ItemEntry.setUid(Id uid)
          Rss 1.0 - Not supported, this field is ignored.
 ChannelFeed ChannelFeed.setUid(Id uid)
          Rss 1.0 - Not supported, this field is ignored.
 

Uses of Id in yarfraw.mapping.forward.impl
 

Methods in yarfraw.mapping.forward.impl with parameters of type Id
static IdType Atom10MappingUtils.toAtomId(Id in)
           
 



Copyright © 2008. All Rights Reserved.