# Print output for @column tags ?> AbstractMessageParser.Format - Android SDK | Android Developers

Most visited

Recently visited

AbstractMessageParser.Format

public static class AbstractMessageParser.Format
extends AbstractMessageParser.Token

java.lang.Object
   ↳ com.google.android.util.AbstractMessageParser.Token
     ↳ com.google.android.util.AbstractMessageParser.Format


Represents a character that changes formatting.

Summary

Inherited fields

Public constructors

Format(char ch, boolean start)

Public methods

boolean controlCaps()
List<String> getInfo()

Not supported.

boolean isHtml()
boolean setCaps()
void setMatched(boolean matched)
String toHtml(boolean caps)

Inherited methods

Public constructors

Format

public Format (char ch, 
                boolean start)

Parameters
ch char

start boolean

Public methods

controlCaps

public boolean controlCaps ()

Returns
boolean

getInfo

public List<String> getInfo ()

Not supported. Info should not be needed for this type

Returns
List<String> a list of strings representing the token, not null The first item is always a string representation of the type

isHtml

public boolean isHtml ()

Returns
boolean

setCaps

public boolean setCaps ()

Returns
boolean

setMatched

public void setMatched (boolean matched)

Parameters
matched boolean

toHtml

public String toHtml (boolean caps)

Parameters
caps boolean

Returns
String