Uses of Interface
org.apache.commons.xmlio.in.SimpleImportHandler

Packages that use SimpleImportHandler
org.apache.commons.xmlio.in SimpleImporter 
 

Uses of SimpleImportHandler in org.apache.commons.xmlio.in
 

Classes in org.apache.commons.xmlio.in that implement SimpleImportHandler
 class DefaultSimpleImportHandler
          Empty implementation for callback interface SimpleImportHandler for SimpleImporter.
 

Methods in org.apache.commons.xmlio.in with parameters of type SimpleImportHandler
 void SimpleImporter.addSimpleImportHandler(SimpleImportHandler callbackHandler)
          Adds a new callback handler if it is not in the callback list, yet.
 void SimpleImporter.removeSimpleImportHandler(SimpleImportHandler callbackHandler)
          Removes a callback handler if it is in the callback list.
 



Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.