Package uk.ac.starlink.ttools.votlint
Class FieldHandler
java.lang.Object
uk.ac.starlink.ttools.votlint.ElementHandler
uk.ac.starlink.ttools.votlint.ParamHandler
uk.ac.starlink.ttools.votlint.FieldHandler
ElementHandler for FIELD elements.
It inherits from ParamHandler since the parsing functionality can be
reused.
- Since:
- 7 Apr 2005
- Author:
- Mark Taylor (Starlink)
-
Nested Class Summary
Nested classes/interfaces inherited from class uk.ac.starlink.ttools.votlint.ParamHandler
ParamHandler.ValueChecker
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the table to which this field belongs.void
Called after the attributes have been set and checked.Methods inherited from class uk.ac.starlink.ttools.votlint.ParamHandler
getParser, setAttributes
Methods inherited from class uk.ac.starlink.ttools.votlint.ElementHandler
characters, configure, endElement, error, getAncestry, getAttribute, getContext, getName, getRef, info, registerChildName, setAncestry, toString, warning
-
Constructor Details
-
FieldHandler
public FieldHandler()
-
-
Method Details
-
startElement
public void startElement()Description copied from class:ElementHandler
Called after the attributes have been set and checked. The default implementation does nothing.- Overrides:
startElement
in classElementHandler
-
getTableRef
Returns the table to which this field belongs.- Returns:
- table ref
-