Package | Description |
---|---|
net.sf.mmm.content.parser.api |
Provides the API for parsers to extract metadata from content.
|
net.sf.mmm.content.parser.base |
Contains the base-implementation of the content-parser API.
|
net.sf.mmm.content.parser.impl |
Contains the implementation of the
content-parser API . |
net.sf.mmm.content.parser.impl.html |
Contains
ContentParser -implementations
for HTML-files. |
net.sf.mmm.content.parser.impl.java |
Contains
ContentParser -implementations
for java-files. |
net.sf.mmm.content.parser.impl.opendoc |
Contains
ContentParser -implementations
for OO-XML files. |
net.sf.mmm.content.parser.impl.pdf |
Contains
ContentParser -implementations
for PDF files. |
net.sf.mmm.content.parser.impl.poi |
Contains
ContentParser -implementations
for binary MS-Office files using POI. |
net.sf.mmm.content.parser.impl.text |
Contains
ContentParser -implementations
for text-files. |
net.sf.mmm.content.parser.impl.xml |
Contains
ContentParser -implementations
for XML files. |
Modifier and Type | Method and Description |
---|---|
ContentParser |
ContentParserService.getGenericParser()
This method gets a generic
parser that can be used as
fallback if no specific parser is available. |
ContentParser |
ContentParserService.getParser(String key)
This method gets the
parser for the given
key . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractContentParser
This is the abstract base implementation of a
ContentParser . |
class |
AbstractContentParserGeneric
This is the abstract base implementation of the
generic ContentParser . |
Modifier and Type | Field and Description |
---|---|
private ContentParser |
AbstractContentParserService.genericParser |
Modifier and Type | Field and Description |
---|---|
private Map<String,ContentParser> |
AbstractContentParserService.primaryKey2parserMap |
private Map<String,ContentParser> |
AbstractContentParserService.secondaryKey2parserMap |
Modifier and Type | Method and Description |
---|---|
ContentParser |
AbstractContentParserService.getGenericParser()
This method gets a generic
parser that can be used as
fallback if no specific parser is available. |
ContentParser |
AbstractContentParserService.getParser(String key)
This method gets the
parser for the given
key . |
Modifier and Type | Method and Description |
---|---|
void |
AbstractContentParserService.addParser(ContentParser parser,
String... keys)
This method registers the given
parser for the given
extension . |
Modifier and Type | Class and Description |
---|---|
class |
ContentParserGeneric
This is the implementation of the
ContentParser used as fallback if no
specific parser is available. |
Modifier and Type | Class and Description |
---|---|
class |
ContentParserHtml
This is the implementation of the
ContentParser interface for HTML
documents (content with the mimetype "text/html"). |
Modifier and Type | Class and Description |
---|---|
class |
ContentParserJava
This is the implementation of the
ContentParser interface for Java
sources (content with the mimetype "text/java-source"). |
Modifier and Type | Class and Description |
---|---|
class |
AbstractContentParserOpenDoc
This is the abstract base-implementation of a
ContentParser for content of the
open-document format (content with the mimetypes
"application/vnd.oasis.opendocument.*"). |
class |
ContentParserOdb
This is the implementation of the
ContentParser interface for content of
the open-document database format. |
class |
ContentParserOdc
This is the implementation of the
ContentParser interface for content of
the open-document chart format. |
class |
ContentParserOdf
This is the implementation of the
ContentParser interface for content of
the open-document formula format. |
class |
ContentParserOdg
This is the implementation of the
ContentParser interface for content of
the open-document graphics (drawing) format. |
class |
ContentParserOdi
This is the implementation of the
ContentParser interface for content of
the open-document image format. |
class |
ContentParserOdm
This is the implementation of the
ContentParser interface for content of
the open-document text-master format. |
class |
ContentParserOdp
This is the implementation of the
ContentParser interface for content of
the open-document presentation-template format. |
class |
ContentParserOds
This is the implementation of the
ContentParser interface for content of
the open-document spreadsheet format. |
class |
ContentParserOdt
This is the implementation of the
ContentParser interface for content of
the open-document text format. |
class |
ContentParserOth
This is the implementation of the
ContentParser interface for content of
the open-document text-web (HTML Document Template) format. |
Modifier and Type | Class and Description |
---|---|
class |
ContentParserPdf
This is the implementation of the
ContentParser interface for PDF
documents (content with the mimetype "application/pdf"). |
Modifier and Type | Class and Description |
---|---|
class |
AbstractContentParserOoxml
This is the abstract base implementation of the
ContentParser interface for parsing
binary Microsoft office documents using apache POI. |
class |
AbstractContentParserPoi
This is the abstract base implementation of the
ContentParser interface for parsing
binary Microsoft office documents using apache POI. |
class |
ContentParserDoc
This is the implementation of the
ContentParser interface for binary
MS-Word documents. |
class |
ContentParserDocx
This is the implementation of the
ContentParser interface for MS-Word
documents in OOXML format. |
class |
ContentParserPpt
This is the implementation of the
ContentParser interface for binary
MS-Powerpoint documents. |
class |
ContentParserPptx
This is the implementation of the
ContentParser interface for
MS-Powerpoint documents in OOXML format. |
class |
ContentParserXls
This is the implementation of the
ContentParser interface for binary
MS-Excel documents. |
class |
ContentParserXlsx
This is the implementation of the
ContentParser interface for MS-Excel
documents in OOXML format. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractContentParserText
This is the abstract base implementation of a
ContentParser for plain text. |
class |
AbstractContentParserTextMarkupAware
This is the abstract base implementation of a
ContentParser for text that may contain
markup. |
class |
ContentParserText
This is the implementation of the
ContentParser interface for text
(content with the mimetype "text/plain"). |
class |
ContentParserTextMarkupAware
This is the implementation of the
ContentParser interface for text that
may contain markup. |
Modifier and Type | Class and Description |
---|---|
class |
ContentParserXml
This is the implementation of the
ContentParser interface for XML
documents (content with the mimetype "text/xml"). |
Copyright © 2001–2016 mmm-Team. All rights reserved.