|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.starlink.ttools.votlint.ElementHandler
uk.ac.starlink.ttools.votlint.TableHandler
public class TableHandler
ElementHandler for TABLE elements.
Nested Class Summary | |
---|---|
static class |
TableHandler.NrowsChecker
Attribute checker which checks a TABLE's nrows attribute. |
Constructor Summary | |
---|---|
TableHandler()
|
Method Summary | |
---|---|
void |
endElement()
Called when the element has ended. |
void |
foundRow()
Called to register that a row in this table has been seen. |
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. |
Methods inherited from class uk.ac.starlink.ttools.votlint.ElementHandler |
---|
characters, configure, error, getAncestry, getAttribute, getContext, getName, getRef, info, registerChildName, setAncestry, setAttributes, startElement, toString, warning |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TableHandler()
Method Detail |
---|
public void endElement()
ElementHandler
endElement
in class ElementHandler
public void foundRow()
public void registerField(FieldHandler field)
field
- parser for the newly added fieldpublic List getFields()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |