private class FileRowConverter.CellReader extends Object
| Modifier and Type | Field and Description |
|---|---|
private Pattern |
matchPattern |
private Integer |
matchSeq |
private String |
matchText |
private Pattern |
replacePattern |
private String |
replaceText |
private String |
replaceWith |
private Integer |
selectedElement |
private String |
selector |
private String |
type |
| Constructor and Description |
|---|
CellReader(Map<String,Object> config) |
private String type
private String selector
private Integer selectedElement
private String replaceText
private Pattern replacePattern
private String replaceWith
private String matchText
private Pattern matchPattern
private Integer matchSeq
String read(org.jsoup.nodes.Element cell)
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.