Class TableContentHandler

java.lang.Object
uk.ac.starlink.votable.TableContentHandler
All Implemented Interfaces:
ContentHandler

public class TableContentHandler extends Object implements ContentHandler
Content handler which translates SAX events into table events. It holds a TableHandler object which, if non-null, is messaged for every suitable DATA element in the input stream. Inline tables (TABLEDATA ones and FITS/BINARY/BINARY2 ones in which STREAM element contains the byte data as text children) are always messaged to the handler. Externally-referenced ones (FITS/BINARY/BINARY2 ones in which the data is located from an href attribute on the STREAM element) may either be ignored or streamed to the table handler according to the setting of the setReadHrefTables member.
Since:
15 Apr 2005
Author:
Mark Taylor (Starlink)