|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ParserListener
XML Parser interface
Method Summary | |
---|---|
void |
blank()
Called whenever the parser reads a "useless" blank character between two nodes. |
void |
nodeEnd(Node _node)
Called whenever the parser finishes a node. |
void |
nodeStart(Node _node)
Called when the parser starts a new node |
void |
prologEnd(Node _node)
Called when the xml prolog has been read. |
Method Detail |
---|
void prologEnd(Node _node)
_node
- Contains all infos about the prolog.void nodeStart(Node _node)
_node
- Contains some infos about the starting node.void nodeEnd(Node _node)
_node
- Contains all infos about the ending node.void blank()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |