Package | Description |
---|---|
org.eclipse.core.internal.content | |
org.eclipse.core.runtime.content |
Provides core support for content types.
|
Modifier and Type | Class and Description |
---|---|
class |
org.eclipse.core.internal.content.TextContentDescriber
This class provides internal basis for text-based content describers.
|
class |
org.eclipse.core.internal.content.XMLContentDescriber
A content interpreter for XML files.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ITextContentDescriber
Text content describers extend basic content describers to provide
the ability of scanning character streams (readers).
|
Modifier and Type | Class and Description |
---|---|
class |
BinarySignatureDescriber
A content describer for binary formats that present some
simple signature at a known, fixed offset.
|
class |
XMLRootElementContentDescriber
A content describer for detecting the name of the top-level element or the
DTD system identifier in an XML file.
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.