com.marsching.flexiparse.parser
Interface ParsingHandler

All Known Subinterfaces:
NodeHandler
All Known Implementing Classes:
XML2ObjectNodeHandler

public interface ParsingHandler

Parsing handlers are called by the Parser for matching XML nodes.

Author:
Sebastian Marsching
See Also:
NodeHandler

Method Summary
 void handleNode(HandlerContext context)
          Called for every matching node.
 

Method Detail

handleNode

void handleNode(HandlerContext context)
                throws ParserException
Called for every matching node. Used to do parsing and attach objects to the result object tree.

Parameters:
context - provides context information for the current node
Throws:
ParserException - if any error occurs during the parsing


Copyright © 2008-2009. All Rights Reserved.