|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CategorySubject | |
---|---|
yarfraw.core.datamodel | |
yarfraw.mapping.forward.impl |
Uses of CategorySubject in yarfraw.core.datamodel |
---|
Methods in yarfraw.core.datamodel that return CategorySubject | |
---|---|
CategorySubject |
CategorySubject.addOtherAttributes(QName namespace,
String attribute)
Add an attribute that is not in the RSS 2.0 specs. |
CategorySubject |
CategorySubject.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. |
CategorySubject |
CategorySubject.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. |
CategorySubject |
CategorySubject.setAbout(String about)
Rss 1.0 only |
CategorySubject |
CategorySubject.setBase(String base)
Atom 1.0 only Any element defined by this specification MAY have an xml:base attribute [W3C.REC-xmlbase-20010627]. |
CategorySubject |
CategorySubject.setCategoryOrSubjectOrTerm(String categoryOrSubjectOrTerm)
Rss 2.0 - Specify one or more categories that the channel belongs to. |
CategorySubject |
CategorySubject.setDomainOrScheme(String domainOrScheme)
Rss 2.0 - a string that identifies a categorization taxonomy. |
CategorySubject |
CategorySubject.setLabel(String label)
This value is only used by Atom 1.0, it is ignored by other FeedFormat . |
CategorySubject |
CategorySubject.setLang(Locale lang)
Rss 2.0 - <language> element. |
CategorySubject |
CategorySubject.setLang(String lang)
Rss 2.0 - <language> element. |
CategorySubject |
CategorySubject.setOtherAttributes(Map<QName,String> otherAttributes)
Any other attribute that is not in the RSS 2.0 specs. |
CategorySubject |
CategorySubject.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. |
CategorySubject |
CategorySubject.setResource(String resource)
Rss 1.0 only |
Methods in yarfraw.core.datamodel that return types with arguments of type CategorySubject | |
---|---|
Set<CategorySubject> |
ItemEntry.getCategorySubjects()
Rss 1.0 - <dc:subject> The topic of the content of the resource. |
Set<CategorySubject> |
ChannelFeed.getCategorySubjects()
Rss 1.0 - <dc:subject> The topic of the content of the resource. |
Methods in yarfraw.core.datamodel with parameters of type CategorySubject | |
---|---|
ItemEntry |
ItemEntry.addCategorySubject(CategorySubject... categorySubject)
Rss 1.0 - <dc:subject> The topic of the content of the resource. |
ChannelFeed |
ChannelFeed.addCategorySubject(CategorySubject... categorySubject)
Rss 1.0 - <dc:subject> The topic of the content of the resource. |
Method parameters in yarfraw.core.datamodel with type arguments of type CategorySubject | |
---|---|
ItemEntry |
ItemEntry.setCategorySubjects(Set<CategorySubject> categorySubjects)
Rss 1.0 - <dc:subject> The topic of the content of the resource. |
ChannelFeed |
ChannelFeed.setCategorySubjects(Set<CategorySubject> categorySubjects)
Rss 1.0 - <dc:subject> The topic of the content of the resource. |
Uses of CategorySubject in yarfraw.mapping.forward.impl |
---|
Methods in yarfraw.mapping.forward.impl with parameters of type CategorySubject | |
---|---|
static CategoryType |
Atom10MappingUtils.toCategoryType(CategorySubject in)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |