Uses of Class
com.logicaldoc.core.parser.ParsingException
Packages that use ParsingException
Package
Description
Machinery for parsing different file formats.
-
Uses of ParsingException in com.logicaldoc.core.document
Methods in com.logicaldoc.core.document that throw ParsingExceptionModifier and TypeMethodDescriptionlong
DocumentManager.index
(long docId, String content, DocumentHistory transaction) Re-indexes an existing document in the full-text index.long
DocumentManagerImpl.index
(long docId, String content, DocumentHistory transaction) DocumentManager.parseDocument
(Document doc, String fileVersion) Retrieves the document's content as a stringDocumentManagerImpl.parseDocument
(Document doc, String fileVersion) -
Uses of ParsingException in com.logicaldoc.core.parser
Subclasses of ParsingException in com.logicaldoc.core.parserMethods in com.logicaldoc.core.parser that throw ParsingExceptionModifier and TypeMethodDescriptionvoid
PDFParser.internalParse
(InputStream input, ParseParameters parameters, StringBuilder content) void
RarParser.internalParse
(InputStream input, ParseParameters parameters, StringBuilder content) void
SevenZipParser.internalParse
(InputStream input, ParseParameters parameters, StringBuilder content) void
TarParser.internalParse
(InputStream input, ParseParameters parameters, StringBuilder content) void
ZipParser.internalParse
(InputStream input, ParseParameters parameters, StringBuilder content) AbstractParser.parse
(File file, String filename, String encoding, Locale locale, String tenant, Document document, String fileVersion) AbstractParser.parse
(InputStream input, ParseParameters parameters) AbstractParser.parse
(InputStream input, String filename, String encoding, Locale locale, String tenant) Same asParser.parse(InputStream, String, String, Locale, String)
, use this when you have a file rather than a stream.Parser.parse
(File file, String filename, String encoding, Locale locale, String tenant, Document document, String fileVersion) Same asParser.parse(InputStream, ParseParameters)
, but use this when you have a file rather than a stream.Parser.parse
(InputStream input, ParseParameters parameterObject) Extracts content for the text content of the given binary document.Extracts content for the text content of the given binary document.static String
ParserFactory.parse
(InputStream input, String filename, String encoding, Locale locale, long tenantId, Document document, String fileVersion) Gets the proper parser and parse the given content -
Uses of ParsingException in com.logicaldoc.webservice.rest
Methods in com.logicaldoc.webservice.rest that throw ParsingException -
Uses of ParsingException in com.logicaldoc.webservice.rest.endpoint
Methods in com.logicaldoc.webservice.rest.endpoint that throw ParsingException -
Uses of ParsingException in com.logicaldoc.webservice.soap
Methods in com.logicaldoc.webservice.soap that throw ParsingException -
Uses of ParsingException in com.logicaldoc.webservice.soap.client
Methods in com.logicaldoc.webservice.soap.client that throw ParsingException -
Uses of ParsingException in com.logicaldoc.webservice.soap.endpoint
Methods in com.logicaldoc.webservice.soap.endpoint that throw ParsingException