public class

MediaRssNamespace

extends Object
java.lang.Object
   ↳ com.google.gdata.data.media.mediarss.MediaRssNamespace

Class Overview

GData definitions for the Yahoo media: namespace.

Summary

Constants
String PREFIX Standard namespace prefix.
String URI Namespace URI
Fields
public static final XmlNamespace NS Namespace object.
private static final ExtensionDescription[] STANDARD_EXTENSIONS Description of extensions that can be used inside feed, extension and media:group tags.
Public Constructors
MediaRssNamespace()
Public Methods
static void declareAll(ExtensionProfile profile)
Extends given profile with Yahoo media RSS extensions.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String PREFIX

Standard namespace prefix.

Constant Value: "media"

public static final String URI

Namespace URI

Constant Value: "http://search.yahoo.com/mrss/"

Fields

public static final XmlNamespace NS

Namespace object.

private static final ExtensionDescription[] STANDARD_EXTENSIONS

Description of extensions that can be used inside feed, extension and media:group tags.

Public Constructors

public MediaRssNamespace ()

Public Methods

public static void declareAll (ExtensionProfile profile)

Extends given profile with Yahoo media RSS extensions.

Parameters
profile The profile to be extended