public abstract class ATableParserElement extends Object implements ITableParserElement
| Constructor and Description |
|---|
ATableParserElement() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
ILogicalTable |
parse(ILogicalTable unparsedTable,
ITableObject tobj) |
protected abstract ILogicalTable |
parseInternal(ILogicalTable unparsedTable,
ITableObject tobj) |
void |
setName(String name) |
public String getName()
getName in interface ITableParserElementpublic ILogicalTable parse(ILogicalTable unparsedTable, ITableObject tobj)
parse in interface ITableParserElementprotected abstract ILogicalTable parseInternal(ILogicalTable unparsedTable, ITableObject tobj)
public void setName(String name)
Copyright © 2004–2019 OpenL Tablets. All rights reserved.