uk.ac.starlink.ttools.votlint
Class TdHandler

java.lang.Object
  extended by uk.ac.starlink.ttools.votlint.ElementHandler
      extended by uk.ac.starlink.ttools.votlint.TdHandler

public class TdHandler
extends ElementHandler

Element handler for TD elements.

Author:
Mark Taylor (Starlink)

Constructor Summary
TdHandler()
           
 
Method Summary
 void characters(char[] ch, int start, int length)
          Called when character content is found in the element.
 void endElement()
          Called when the element has ended.
 
Methods inherited from class uk.ac.starlink.ttools.votlint.ElementHandler
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

TdHandler

public TdHandler()
Method Detail

characters

public void characters(char[] ch,
                       int start,
                       int length)
Description copied from class: ElementHandler
Called when character content is found in the element. The default implementation does nothing.

Overrides:
characters in class ElementHandler

endElement

public void endElement()
Description copied from class: ElementHandler
Called when the element has ended. The default implementation does nothing.

Overrides:
endElement in class ElementHandler


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