public abstract class ParserFactory extends Object
| Constructor and Description |
|---|
ParserFactory() |
| Modifier and Type | Method and Description |
|---|---|
abstract Parser |
getParser(TikaConfig config) |
boolean |
isParseRecursively() |
void |
setParseRecursively(boolean parseRecursively) |
public abstract Parser getParser(TikaConfig config)
public boolean isParseRecursively()
public void setParseRecursively(boolean parseRecursively)
Copyright © 2007–2023 The Apache Software Foundation. All rights reserved.