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

Most visited

Recently visited

AbstractMessageParser.Resources

public static interface AbstractMessageParser.Resources

com.google.android.util.AbstractMessageParser.Resources


Interface representing the set of resources needed by a message parser

Summary

Public methods

abstract AbstractMessageParser.TrieNode getAcronyms()

Get the acronyms accepted by the parser.

abstract AbstractMessageParser.TrieNode getDomainSuffixes()

Get the possible values for the last part of a domain name.

abstract Set<String> getSchemes()

Get the known set of URL schemes.

abstract AbstractMessageParser.TrieNode getSmileys()

Get the smileys accepted by the parser.

Public methods

getAcronyms

public abstract AbstractMessageParser.TrieNode getAcronyms ()

Get the acronyms accepted by the parser.

Returns
AbstractMessageParser.TrieNode

getDomainSuffixes

public abstract AbstractMessageParser.TrieNode getDomainSuffixes ()

Get the possible values for the last part of a domain name. Values are expected to be reversed in the Trie.

Returns
AbstractMessageParser.TrieNode

getSchemes

public abstract Set<String> getSchemes ()

Get the known set of URL schemes.

Returns
Set<String>

getSmileys

public abstract AbstractMessageParser.TrieNode getSmileys ()

Get the smileys accepted by the parser.

Returns
AbstractMessageParser.TrieNode