|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NexusBlockListener
Listens to events from NexusBlockParser objects to create objects. This empty interface needs to be implemented/extended for each block type supported.
Method Summary | |
---|---|
void |
beginComment()
Opening a comment tag. |
void |
commentText(java.lang.String comment)
Receiving free text inside a comment tag. |
void |
endBlock()
Notifies the parser that a block is ending. |
void |
endComment()
Closing a comment tag. |
void |
endTokenGroup()
Closing a line (semi-colon encountered). |
void |
startBlock(java.lang.String blockName)
Notifies the parser that a new block is starting. |
Method Detail |
---|
void startBlock(java.lang.String blockName)
blockName
- the name of the newly started block.void endBlock()
void beginComment()
void endComment()
void endTokenGroup()
void commentText(java.lang.String comment) throws ParseException
comment
- the text of the comment.
ParseException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |