Uses of Enum Class
com.norconex.importer.handler.parser.ParseState
Packages that use ParseState
Package
Description
-
Uses of ParseState in com.norconex.importer
Methods in com.norconex.importer that return ParseStateModifier and TypeMethodDescriptionImporterEvent.getParseState()Gets the document parse state (nevernull).Methods in com.norconex.importer with parameters of type ParseStateModifier and TypeMethodDescriptionImporterEvent.ImporterEventBuilder.parseState(ParseState parseState) Gets the document parse state (nevernull). -
Uses of ParseState in com.norconex.importer.charset
Methods in com.norconex.importer.charset with parameters of type ParseStateModifier and TypeMethodDescriptionstatic StringCharsetUtil.firstNonBlankOrUTF8(ParseState parseState, String... charsets) Returns the first non-blank character encoding, or returns UTF-8 if they are all blank or in post-parse state.static CharsetCharsetUtil.firstNonNullOrUTF8(ParseState parseState, Charset... charsets) Returns the first non-blank character encoding, or returns UTF-8 if they are all blank or in post-parse state. -
Uses of ParseState in com.norconex.importer.handler
Methods in com.norconex.importer.handler that return ParseStateMethods in com.norconex.importer.handler with parameters of type ParseStateModifier and TypeMethodDescriptionDocHandlerContext.DocHandlerContextBuilder.parseState(@NonNull ParseState parseState) DocHandlerContext.parseState(@NonNull ParseState parseState) -
Uses of ParseState in com.norconex.importer.handler.parser
Methods in com.norconex.importer.handler.parser that return ParseStateModifier and TypeMethodDescriptionstatic ParseStateReturns the enum constant of this class with the specified name.static ParseState[]ParseState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.norconex.importer.handler.parser with parameters of type ParseStateModifier and TypeMethodDescriptionstatic booleanParseState.isPost(ParseState parseState) static booleanParseState.isPre(ParseState parseState)