Package org.eclipse.core.runtime.content
package org.eclipse.core.runtime.content
Provides core support for content types.
Package Specification
This package specifies API for content type management and automatic content type determination.
- Since:
- 3.0
-
ClassDescriptionA content describer for binary formats that present some simple signature at a known, fixed offset.Content describers know how to retrieve metadata from contents.A content description object contains information about the nature of arbitrary data.Content types represent and provide information on file types, such as associated file names/extensions, default charset, etc.The content type manager provides facilities for file name and content-based type lookup and content description.An event object which describes the details of a change to a content type.A listener to be used to receive content type change events.A policy for refining the set of content types that should be accepted during content type matching operations.An object that performs content type matching queries.Gives access to the user settings for a content type.Text content describers extend basic content describers to provide the ability of scanning character streams (readers).A content describer for XML files.Deprecated.A content describer for detecting the name of the top-level element, its namespace and the DTD system identifier in an XML file.
XMLRootElementContentDescriber2
instead