Modifier and Type | Field and Description |
---|---|
BoolList |
align
Alignment (false: left, true: right alignment).
|
ArrayList<TokenList> |
contents
Table contents.
|
String |
description
Data description; if available, will be added as footer.
|
TokenList |
header
Table header.
|
Constructor and Description |
---|
Table()
Default constructor.
|
Table(String in)
Constructor with table input.
|
public final TokenList header
public final BoolList align
public String description
public Table()
public Table(String in)
in
- textual table inputpublic Table sort()
public Table toTop(byte[] top)
top
- entry to be moved to the toppublic byte[] finish()
Copyright © 2005–2015 BaseX Team. All rights reserved.