![]() |
|
|
All Packages This Package Class Hierarchy Class Search Index Class grendel.storage.addressparser.RFC822AddressListjava.lang.Object | +----grendel.storage.addressparser.RFC822AddressList This class lets you instantiate an address list object from an input string (usually the right hand side to a To: field). You can then detect if they were all valid addresses, or there was some error. You can also access the individual address string to send the address list back out again.
public class RFC822AddressList
extends java.lang.Object
{
// Fields 2
Vector all_tokens;
RFC822AddressParser parser;
// Constructors 2
RFC822AddressList();
public RFC822AddressList(String);
// Methods 4
public String getAddressString(int);
public String getErrorString();
public boolean isError();
public int size();
}
Fields parserRFC822AddressParser parser all_tokensVector all_tokens
Constructors RFC822AddressListRFC822AddressList()
RFC822AddressListpublic RFC822AddressList(String str)
Methods sizepublic int size()
getAddressStringpublic String getAddressString(int indx)
isErrorpublic boolean isError()
getErrorStringpublic String getErrorString()
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.4
|
|||||||||||
| Copyright © 1998 The Mozilla Organization. | ||||||||||||