| Package | Description | 
|---|---|
| org.apache.tika.pipes | |
| org.apache.tika.pipes.pipesiterator | 
| Modifier and Type | Method and Description | 
|---|---|
HandlerConfig.PARSE_MODE | 
HandlerConfig.getParseMode()  | 
static HandlerConfig.PARSE_MODE | 
HandlerConfig.PARSE_MODE.parseMode(String modeString)  | 
static HandlerConfig.PARSE_MODE | 
HandlerConfig.PARSE_MODE.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static HandlerConfig.PARSE_MODE[] | 
HandlerConfig.PARSE_MODE.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Constructor and Description | 
|---|
HandlerConfig(BasicContentHandlerFactory.HANDLER_TYPE type,
             HandlerConfig.PARSE_MODE parseMode,
             int writeLimit,
             int maxEmbeddedResources)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
PipesIterator.setParseMode(HandlerConfig.PARSE_MODE parsePARSEMode)  | 
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.