Uses of Interface
org.eclipse.core.runtime.content.IContentDescriber
Package
Description
Provides core support for content types.
-
Uses of IContentDescriber in org.eclipse.core.internal.content
Modifier and TypeClassDescriptionclass
org.eclipse.core.internal.content.TextContentDescriber
This class provides internal basis for text-based content describers. -
Uses of IContentDescriber in org.eclipse.core.runtime.content
Modifier and TypeInterfaceDescriptioninterface
Text content describers extend basic content describers to provide the ability of scanning character streams (readers).Modifier and TypeClassDescriptionfinal class
A content describer for binary formats that present some simple signature at a known, fixed offset.class
A content describer for XML files.final class
Deprecated.final class
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