Build m5-rc15

com.google.android.util
Class AbstractMessageParser.YouTubeVideo

java.lang.Object
  extended by com.google.android.util.AbstractMessageParser.Token
      extended by com.google.android.util.AbstractMessageParser.YouTubeVideo
Enclosing class:
AbstractMessageParser

public static class AbstractMessageParser.YouTubeVideo
extends AbstractMessageParser.Token


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.android.util.AbstractMessageParser.Token
AbstractMessageParser.Token.Type
 
Field Summary
 
Fields inherited from class com.google.android.util.AbstractMessageParser.Token
text, type
 
Constructor Summary
AbstractMessageParser.YouTubeVideo(String docid, String text)
           
 
Method Summary
 String getDocID()
           
 List getInfo()
           
static String getPrefixedURL(boolean http, String prefix, String docid, String extraParams)
           
static String getRssUrl(String docid)
           
static String getURL(String docid)
           
static String getURL(String docid, String extraParams)
           
 boolean isHtml()
           
 boolean isMedia()
           
static AbstractMessageParser.YouTubeVideo matchURL(String url, String text)
           
 
Methods inherited from class com.google.android.util.AbstractMessageParser.Token
controlCaps, getRawText, getType, isArray, setCaps, toHtml
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractMessageParser.YouTubeVideo

public AbstractMessageParser.YouTubeVideo(String docid,
                                          String text)
Method Detail

getDocID

public String getDocID()

isHtml

public boolean isHtml()
Specified by:
isHtml in class AbstractMessageParser.Token

isMedia

public boolean isMedia()
Overrides:
isMedia in class AbstractMessageParser.Token

matchURL

public static AbstractMessageParser.YouTubeVideo matchURL(String url,
                                                          String text)

getInfo

public List getInfo()
Overrides:
getInfo in class AbstractMessageParser.Token

getRssUrl

public static String getRssUrl(String docid)

getURL

public static String getURL(String docid)

getURL

public static String getURL(String docid,
                            String extraParams)

getPrefixedURL

public static String getPrefixedURL(boolean http,
                                    String prefix,
                                    String docid,
                                    String extraParams)

Build m5-rc15

Please submit a feedback, bug or feature