org.mulgara.mrg.vocab
Class RSS

java.lang.Object
  extended by org.mulgara.mrg.vocab.RSS

public class RSS
extends Object

A class for holding the Really Simple Syndication vocabulary.


Field Summary
static Uri BASE_URI
          The URI of the RSS name space.
static Uri CHANNEL
           
static Uri DESCRIPTION
           
static Uri IMAGE
           
static Uri ITEM
           
static Uri ITEMS
           
static Uri LINK
           
static Uri NAME
           
static Uri TEXTINPUT
           
static Uri TITLE
           
static Uri URL
           
 
Constructor Summary
RSS()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BASE_URI

public static final Uri BASE_URI
The URI of the RSS name space.


CHANNEL

public static final Uri CHANNEL

ITEM

public static final Uri ITEM

DESCRIPTION

public static final Uri DESCRIPTION

IMAGE

public static final Uri IMAGE

ITEMS

public static final Uri ITEMS

LINK

public static final Uri LINK

NAME

public static final Uri NAME

TEXTINPUT

public static final Uri TEXTINPUT

TITLE

public static final Uri TITLE

URL

public static final Uri URL
Constructor Detail

RSS

public RSS()


Copyright © 2011. All Rights Reserved.