public class TableHandler extends ElementHandler
| Modifier and Type | Class | Description |
|---|---|---|
static class |
TableHandler.NrowsChecker |
Attribute checker which checks a TABLE's nrows attribute.
|
| Constructor | Description |
|---|---|
TableHandler() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
endElement() |
Called when the element has ended.
|
void |
foundRow() |
Called to register that a row in this table has been seen.
|
java.util.List |
getFields() |
Returns a list of the fields currently found.
|
void |
registerField(FieldHandler field) |
Called by a child FIELD element to indicate that a column has been
seen, and to describe how to check the contents of that column.
|
characters, configure, error, getAncestry, getAttribute, getContext, getName, getRef, info, registerChildName, setAncestry, setAttributes, startElement, toString, warningpublic void endElement()
ElementHandlerendElement in class ElementHandlerpublic void foundRow()
public void registerField(FieldHandler field)
field - parser for the newly added fieldpublic java.util.List getFields()
Copyright © 2018 Central Laboratory of the Research Councils. All Rights Reserved.