Uses of Interface
org.eclipse.core.runtime.content.ITextContentDescriber
-
Packages that use ITextContentDescriber Package Description org.eclipse.core.internal.content org.eclipse.core.runtime.content Provides core support for content types. -
-
Uses of ITextContentDescriber in org.eclipse.core.internal.content
Classes in org.eclipse.core.internal.content with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw ITextContentDescriber Modifier and Type Class Description class
org.eclipse.core.internal.content.TextContentDescriber
This class provides internal basis for text-based content describers. -
Uses of ITextContentDescriber in org.eclipse.core.runtime.content
Classes in org.eclipse.core.runtime.content that implement ITextContentDescriber Modifier and Type Class Description class
XMLContentDescriber
A content describer for XML files.class
XMLRootElementContentDescriber
Deprecated.UseXMLRootElementContentDescriber2
insteadclass
XMLRootElementContentDescriber2
A content describer for detecting the name of the top-level element, its namespace and the DTD system identifier in an XML file.
-