uk.ac.starlink.ttools.votlint
Class FieldHandler

java.lang.Object
  extended by uk.ac.starlink.ttools.votlint.ElementHandler
      extended by uk.ac.starlink.ttools.votlint.ParamHandler
          extended by 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
FieldHandler()
           
 
Method Summary
 ElementRef getTableRef()
          Returns the table to which this field belongs.
 void startElement()
          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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FieldHandler

public FieldHandler()
Method Detail

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 class ElementHandler

getTableRef

public ElementRef getTableRef()
Returns the table to which this field belongs.

Returns:
table ref


Copyright © 2018 Central Laboratory of the Research Councils. All Rights Reserved.