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
-
public class FieldHandler extends ParamHandler
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 Constructor Description FieldHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ElementRefgetTableRef()Returns the table to which this field belongs.voidstartElement()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
-
-
-
-
Method Detail
-
startElement
public void startElement()
Description copied from class:ElementHandlerCalled after the attributes have been set and checked. The default implementation does nothing.- Overrides:
startElementin classElementHandler
-
getTableRef
public ElementRef getTableRef()
Returns the table to which this field belongs.- Returns:
- table ref
-
-