Class VotLintContentHandler

java.lang.Object
uk.ac.starlink.ttools.votlint.VotLintContentHandler
All Implemented Interfaces:
ContentHandler, ErrorHandler

public class VotLintContentHandler extends Object implements ContentHandler, ErrorHandler
SAX ContentHandler used for linting VOTables. Its main job is to push and pop ElementHandlers onto a stack as elements go in and out of scope. It is the ElementHandler objects which do the real element-specific work.
Since:
7 Apr 2005
Author:
Mark Taylor (Starlink)