public class TableHandler extends ElementHandler
Modifier and Type | Class and Description |
---|---|
static class |
TableHandler.NrowsChecker
Attribute checker which checks a TABLE's nrows attribute.
|
Constructor and Description |
---|
TableHandler() |
Modifier and Type | Method and Description |
---|---|
void |
endElement()
Called when the element has ended.
|
void |
foundRow()
Called to register that a row in this table has been seen.
|
long |
getCurrentRowIndex()
Returns the index of the row currently being read.
|
List<FieldHandler> |
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, warning
public void endElement()
ElementHandler
endElement
in class ElementHandler
public void foundRow()
public long getCurrentRowIndex()
public void registerField(FieldHandler field)
parser=null
.field
- parser for the newly added fieldpublic List<FieldHandler> getFields()
Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.