|
Class Summary |
| CompositeDetector |
Content type detector that combines multiple different detection mechanisms. |
| DefaultDetector |
A composite detector based on all the Detector implementations
available through the service provider mechanism. |
| MagicDetector |
Content type detection based on magic bytes, i.e. |
| NameDetector |
Content type detection based on the resource name. |
| TextDetector |
Content type detection of plain text documents. |
| TypeDetector |
Content type detection based on a content type hint. |
| XmlRootExtractor |
Utility class that uses a SAXParser to determine
the namespace URI and local name of the root element of an XML file. |