public class

SmilHelper

extends Object
java.lang.Object
   ↳ com.android.mms.model.SmilHelper

Summary

Constants
String ELEMENT_TAG_AUDIO
String ELEMENT_TAG_IMAGE
String ELEMENT_TAG_REF
String ELEMENT_TAG_TEXT
String ELEMENT_TAG_VIDEO
Public Methods
static SMILParElement addPar(SMILDocument document)
static SMILMediaElement createMediaElement(String tag, SMILDocument document, String src)
static String escapeXML(String str)
static SMILDocument getDocument(PduBody pb)
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String ELEMENT_TAG_AUDIO

Constant Value: "audio"

public static final String ELEMENT_TAG_IMAGE

Constant Value: "img"

public static final String ELEMENT_TAG_REF

Constant Value: "ref"

public static final String ELEMENT_TAG_TEXT

Constant Value: "text"

public static final String ELEMENT_TAG_VIDEO

Constant Value: "video"

Public Methods

public static SMILParElement addPar (SMILDocument document)

public static SMILMediaElement createMediaElement (String tag, SMILDocument document, String src)

public static String escapeXML (String str)

public static SMILDocument getDocument (PduBody pb)