public class ConsensusDocumentParser extends Object implements DocumentParser<ConsensusDocument>
| Modifier and Type | Class and Description |
|---|---|
static class |
ConsensusDocumentParser.DocumentSection |
| Constructor and Description |
|---|
ConsensusDocumentParser(DocumentFieldParser fieldParser) |
| Modifier and Type | Method and Description |
|---|---|
DocumentParsingResult<ConsensusDocument> |
parse() |
boolean |
parse(DocumentParsingResultHandler<ConsensusDocument> resultHandler) |
public ConsensusDocumentParser(DocumentFieldParser fieldParser)
public boolean parse(DocumentParsingResultHandler<ConsensusDocument> resultHandler)
parse in interface DocumentParser<ConsensusDocument>public DocumentParsingResult<ConsensusDocument> parse()
parse in interface DocumentParser<ConsensusDocument>Copyright © 2015. All rights reserved.