Class StAXContentHandlerBase

java.lang.Object
org.biojava.bio.seq.io.agave.StAXContentHandlerBase
All Implemented Interfaces:
StAXContentHandler
Direct Known Subclasses:
StAXFeatureHandler, StAXPropertyHandler

public class StAXContentHandlerBase extends Object implements StAXContentHandler
Simple implementation of the StAXContentHandler interface, with empty implementations for all the methods.

This class is provided as a base for content handlers where the implementor does not wish to provide all the methods.

Author:
copied from Thomas Down