public interface DocumentParser<T>
| Modifier and Type | Method and Description |
|---|---|
DocumentParsingResult<T> |
parse() |
boolean |
parse(DocumentParsingResultHandler<T> resultHandler) |
boolean parse(DocumentParsingResultHandler<T> resultHandler)
DocumentParsingResult<T> parse()
Copyright © 2015. All rights reserved.