|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for plugging in different CDATA generators.
Method Summary | |
java.lang.String |
getCdata(int length)
Generates random CDATA value whose length is determined by the parameter length. |
void |
setRandomSeed(int seed)
Specifies a seed for the random generator so that repeated executions always produce the same content, if the same seed is provided. |
Method Detail |
public void setRandomSeed(int seed)
seed
- random seed to initialize the random generatorpublic java.lang.String getCdata(int length)
length
- specifies the length of the CDATA value to be returned.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |