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 TypeMethodDescriptionlongDocumentManager.index(long docId, String content, DocumentHistory transaction) Re-indexes an existing document in the full-text index.DocumentManager.parseDocument(Document doc, String fileVersion) Retrieves the document's content as a string -
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 TypeMethodDescriptionvoidHTMLParser.internalParse(InputStream input, ParseParameters parameters, StringBuilder content) voidMarkdownParser.internalParse(InputStream input, ParseParameters parameters, StringBuilder content) voidPDFParser.internalParse(InputStream input, ParseParameters parameters, StringBuilder content) voidRarParser.internalParse(InputStream input, ParseParameters parameters, StringBuilder content) voidSevenZipParser.internalParse(InputStream input, ParseParameters parameters, StringBuilder content) voidTarParser.internalParse(InputStream input, ParseParameters parameters, StringBuilder content) voidZipParser.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 StringParserFactory.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