Uses of Interface
com.marsching.flexiparse.configuration.HandlerConfigurationProvider

Packages that use HandlerConfigurationProvider
com.marsching.flexiparse.parser Parsers and handlers. 
com.marsching.flexiparse.xml2object.parser Parser for XML to object mapping support. 
 

Uses of HandlerConfigurationProvider in com.marsching.flexiparse.parser
 

Subinterfaces of HandlerConfigurationProvider in com.marsching.flexiparse.parser
 interface NodeHandler
          Instances of this interface are used by parsers to parse XML files.
 

Uses of HandlerConfigurationProvider in com.marsching.flexiparse.xml2object.parser
 

Classes in com.marsching.flexiparse.xml2object.parser that implement HandlerConfigurationProvider
 class XML2ObjectNodeHandler
          Generic node handler using mapping configurations to create objects in the object tree from XML data.
 



Copyright © 2008-2009. All Rights Reserved.