Uses of Interface
net.sf.ofx4j.io.OFXHandler

Packages that use OFXHandler
net.sf.ofx4j.io   
net.sf.ofx4j.io.tagsoup   
 

Uses of OFXHandler in net.sf.ofx4j.io
 

Classes in net.sf.ofx4j.io that implement OFXHandler
 class AggregateStackContentHandler<A>
          Content handler that manages the aggregate using a stack-based implementation.
 class DefaultHandler
          Default (no-op) implementation of an OFX handler.
 

Methods in net.sf.ofx4j.io that return OFXHandler
 OFXHandler BaseOFXReader.getContentHandler()
          The content handler.
 

Methods in net.sf.ofx4j.io with parameters of type OFXHandler
 void OFXReader.setContentHandler(OFXHandler handler)
          Set the handler for this OFX reader.
 void BaseOFXReader.setContentHandler(OFXHandler handler)
          The content handler.
 

Constructors in net.sf.ofx4j.io with parameters of type OFXHandler
OFXV2ContentHandler(OFXHandler ofxHandler)
           
 

Uses of OFXHandler in net.sf.ofx4j.io.tagsoup
 

Constructors in net.sf.ofx4j.io.tagsoup with parameters of type OFXHandler
TagSoupHandler(OFXHandler ofxHandler)
          Deprecated.  
 



Copyright © 2008. All Rights Reserved.