Uses of Class
yarfraw.core.datamodel.Generator

Packages that use Generator
yarfraw.core.datamodel   
 

Uses of Generator in yarfraw.core.datamodel
 

Methods in yarfraw.core.datamodel that return Generator
 Generator Generator.addOtherAttributes(QName namespace, String attribute)
          Add an attribute that is not in the RSS 2.0 specs.
 Generator ChannelFeed.getGenerator()
          Rss 1.0 - Not supported, this is ignored. Rss 2.0 - <generator> A string indicating the program used to generate the channel.
 Generator Generator.setBase(String base)
          Atom 1.0 only
Any element defined by this specification MAY have an xml:base attribute [W3C.REC-xmlbase-20010627].
 Generator Generator.setLang(Locale lang)
          Rss 2.0 - <language> element.
 Generator Generator.setLang(String lang)
          Rss 2.0 - <language> element.
 Generator Generator.setOtherAttributes(Map<QName,String> otherAttributes)
          Any other attribute that is not in the RSS 2.0 specs.
 Generator Generator.setUri(String uri)
          Rss 1.0 - Not supported. Rss 2.0 - - Not supported.
 Generator Generator.setValue(String value)
          Rss 1.0 - Not supported. Rss 2.0 - the text content of the <generator> Atom 1.0 - The content of this element, when present, MUST be a string that is a human-readable name for the generating agent.
 Generator Generator.setVersion(String version)
          Rss 1.0 - Not supported. Rss 2.0 - - Not supported.
 

Methods in yarfraw.core.datamodel with parameters of type Generator
 ChannelFeed ChannelFeed.setGenerator(Generator generator)
          Rss 1.0 - Not supported, this is ignored. Rss 2.0 - <generator> A string indicating the program used to generate the channel.
 



Copyright © 2008. All Rights Reserved.