com.marsching.flexiparse.parser
Interface NodeHandler

All Superinterfaces:
HandlerConfigurationProvider, ParsingHandler
All Known Implementing Classes:
XML2ObjectNodeHandler

public interface NodeHandler
extends HandlerConfigurationProvider, ParsingHandler

Instances of this interface are used by parsers to parse XML files. The configuration is provided via the HandlerConfigurationProvider and actual parsing is handled through the ParsingHandler interface.

Author:
Sebastian Marsching

Method Summary
 
Methods inherited from interface com.marsching.flexiparse.configuration.HandlerConfigurationProvider
getConfiguration
 
Methods inherited from interface com.marsching.flexiparse.parser.ParsingHandler
handleNode
 



Copyright © 2008-2009. All Rights Reserved.