|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public LivetextModel
This is the tag processor API. When a match tag is found by the livetext service according to the configuration, the service will hand the DOM node to the tag processor. Each tag processor must implement this interface. Each processor must also provide a non-parameter constructor in addition to the processTag method. The non-parameter constructor is to ensure that the livetext service can create an instance of the implementation class without providing any more information.
Method Summary | |
---|---|
void |
processTag(DOMNode node)
The entry point of a tag processor. |
void |
unprocessTag(DOMNode node)
The entry point of a tag processor (unchanging). |
Method Detail |
---|
void processTag(DOMNode node)
node
-
The livetext DOM node to be processed. Must not be null
.void unprocessTag(DOMNode node)
node
-
The livetext DOM node to be "unprocessed". Must not be null
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |