Uses of Class
com.logicaldoc.core.parser.ParseException
Package
Description
Machinery for parsing different file formats.
-
Uses of ParseException in com.logicaldoc.core.document
Modifier 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 ParseException in com.logicaldoc.core.parser
Modifier 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 ParseException in com.logicaldoc.webservice.rest
-
Uses of ParseException in com.logicaldoc.webservice.rest.endpoint
-
Uses of ParseException in com.logicaldoc.webservice.soap
-
Uses of ParseException in com.logicaldoc.webservice.soap.client
-
Uses of ParseException in com.logicaldoc.webservice.soap.endpoint