Uses of Class
yarfraw.core.datamodel.Person

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

Uses of Person in yarfraw.core.datamodel
 

Methods in yarfraw.core.datamodel that return Person
 Person Person.addOtherAttributes(QName namespace, String attribute)
          Add an attribute that is not in the RSS 2.0 specs.
 Person Person.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.
 Person Person.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.
 Person Person.setBase(String base)
          Atom 1.0 only
Any element defined by this specification MAY have an xml:base attribute [W3C.REC-xmlbase-20010627].
 Person Person.setEmailOrText(String emailOrText)
          Rss 1.0 - email address or text content of the corresponding person element.
 Person Person.setLang(Locale lang)
          Rss 2.0 - <language> element.
 Person Person.setLang(String lang)
          Rss 2.0 - <language> element.
 Person Person.setName(String name)
          Atom 1.0 only
The "atom:name" element's content conveys a human-readable name for the person.
 Person Person.setOtherAttributes(Map<QName,String> otherAttributes)
          Any other attribute that is not in the RSS 2.0 specs.
 Person Person.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.
 Person Person.setUri(String uri)
          Atom 1.0 only
The "atom:uri" element's content conveys an IRI associated with the person.
 

Methods in yarfraw.core.datamodel that return types with arguments of type Person
 List<Person> ItemEntry.getAuthorOrCreator()
          Rss 1.0 - <dc:creator> An entity primarily responsible for making the content of the resource.
 List<Person> ItemEntry.getContributors()
          Rss 1.0 - <dc:contributor> An entity responsible for making contributions to the content of the resource.
 List<Person> ChannelFeed.getContributors()
          Rss 1.0 - <dc:creator> An entity responsible for making contributions to the content of the resource.
 List<Person> ChannelFeed.getManagingEditorOrAuthorOrPublisher()
          Rss 1.0 - <dc:publisher> An entity responsible for making the resource available Rss 2.0 - <managingEditor> Email address for person responsible for editorial content.
 List<Person> ChannelFeed.getWebMasterOrCreator()
          Rss 1.0 - <dc:creator> An entity primarily responsible for making the content of the resource.
 

Methods in yarfraw.core.datamodel with parameters of type Person
 ItemEntry ItemEntry.addAuthorOrCreator(Person... authorOrCreator)
          Rss 1.0 - <dc:creator> An entity primarily responsible for making the content of the resource.
 ItemEntry ItemEntry.addContributor(Person... contributor)
          Rss 1.0 - <dc:contributor> An entity responsible for making contributions to the content of the resource.
 ChannelFeed ChannelFeed.addContributor(Person... contributor)
          Rss 1.0 - <dc:creator> An entity responsible for making contributions to the content of the resource.
 ChannelFeed ChannelFeed.addManagingEditorOrAuthorOrPublisher(Person... persons)
          Rss 1.0 - <dc:publisher> An entity responsible for making the resource available Rss 2.0 - <managingEditor> Email address for person responsible for editorial content.
 ChannelFeed ChannelFeed.addWebMasterOrCreator(Person... webMasterOrCreator)
          Rss 1.0 - <dc:creator> An entity primarily responsible for making the content of the resource.
 

Method parameters in yarfraw.core.datamodel with type arguments of type Person
 ItemEntry ItemEntry.setAuthorOrCreator(List<Person> authorOrCreator)
          Rss 1.0 - <dc:creator> An entity primarily responsible for making the content of the resource.
 ItemEntry ItemEntry.setContributors(List<Person> contributors)
          Rss 1.0 - <dc:contributor> An entity responsible for making contributions to the content of the resource.
 ChannelFeed ChannelFeed.setContributors(List<Person> contributors)
          Rss 1.0 - <dc:creator> An entity responsible for making contributions to the content of the resource.
 ChannelFeed ChannelFeed.setManagingEditorOrAuthorOrPublisher(List<Person> managingEditorOrAuthorOrPublisher)
          Rss 1.0 - <dc:publisher> An entity responsible for making the resource available Rss 2.0 - <managingEditor> Email address for person responsible for editorial content.
 ChannelFeed ChannelFeed.setWebMasterOrCreator(List<Person> webMasterOrCreator)
          Rss 1.0 - <dc:creator> An entity primarily responsible for making the content of the resource.
 

Uses of Person in yarfraw.mapping.forward.impl
 

Methods in yarfraw.mapping.forward.impl with parameters of type Person
static PersonType Atom10MappingUtils.toPersonType(Person p)
           
 



Copyright © 2008. All Rights Reserved.