Class ContentLanguage.

Inherits MimeField

Parses Content-Language header fields (RFC 3282)

The Content-Language header field indicates the language of the MIME entity it is associated with. Its value is a Language-Tag or list as defined in RFC 3066.

ContentLanguage::ContentLanguage()

Creates a new ContentLanguage object.

Reimplements Garbage::Garbage().

const EStringList * ContentLanguage::languages() const

Returns the list of language tags.

void ContentLanguage::parse( const EString & s )

Parses a Content-Language field in s.

Reimplements HeaderField::parse().

ContentLanguage::~ContentLanguage()

This function exists to workaround an incorrect gcc warning about ContentLanguage having virtual functions (it doesn't), but not a virtual destructor.

Reimplements HeaderField::~HeaderField().

This web page based on source code belonging to The Archiveopteryx Developers. All rights reserved.