scone.util.tokenstream
Interface Token

All Known Implementing Classes:
HtmlCommentToken, HtmlScriptToken, HtmlStyleToken, HtmlTagToken, HtmlTextToken, LinkToken

public interface Token

Tokens are pieces of a document. The tokens implementing this interface may be processed by TokenInputStream and TokenOutputStream.

Version:
1.0
Author:
Volkert Buchmann, IBM Almaden Research Center, (c) Copyright IBM Corp 2000

Method Summary
 Token getClone()
          returns a clone of the token.
 

Method Detail

getClone

Token getClone()
returns a clone of the token. Tokens are cloned if two MEGs read from the same output. This is the case if Monitors are used.

Returns:
the clone