|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ParsingHandler
Parsing handlers are called by the Parser for matching
XML nodes.
NodeHandler| Method Summary | |
|---|---|
void |
handleNode(HandlerContext context)
Called for every matching node. |
| Method Detail |
|---|
void handleNode(HandlerContext context)
throws ParserException
context - provides context information for the current node
ParserException - if any error occurs during the parsing
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||