| Package | dom.objects |
| Class | public class MimeTypeArray |
| Inheritance | MimeTypeArray Object |
| Introduced in: | DOM 0 |
See also
| Property | Defined By | ||
|---|---|---|---|
| DOM 0 length : Number [read-only]
The number of MimeTypes in the array. | MimeTypeArray | ||
| Method | Defined By | ||
|---|---|---|---|
Retrieves a MimeType by index. | MimeTypeArray | ||
Retrives a MimeType by name. | MimeTypeArray | ||
| DOM 0 length | property |
length:Number [read-only] | Introduced in: | DOM 0 |
The number of MimeTypes in the array.
public function get length():NumberSee also
| DOM 0 item | () | method |
public function item(index:Number):MimeType| Introduced in: | DOM 0 |
Retrieves a MimeType by index.
Parameters
index:Number — Index of the MimeType
|
MimeType — The specified MimeType
|
See also
| DOM 0 nameItem | () | method |
public function nameItem(name:DOMString):MimeType| Introduced in: | DOM 0 |
Retrives a MimeType by name.
Parameters
name:DOMString — Name of the MimeType
|
MimeType — The specified MimeType
|
See also