|
common-util | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface XMLTokenGenerator
This interface is used to create XML tokens.
| Method Summary | |
|---|---|
void |
charToken(String str)
Create character token. |
boolean |
createRefToken(String name,
int index,
Class type,
Object src)
Try to create reference to another token. |
void |
endToken(String name)
Create end token. |
void |
startToken(String name,
int index,
String className,
int size,
Object obj)
Create start token. |
void |
startToken(String name,
int index,
String className,
Object obj)
Create start token. |
| Method Detail |
|---|
void startToken(String name,
int index,
String className,
Object obj)
throws XMLException
name - - token nameindex - - index attribute value, negative values are omittedclassName - - class name of objectobj - - object described by this token
XMLException
void startToken(String name,
int index,
String className,
int size,
Object obj)
throws XMLException
name - - token nameindex - - index attribute value, negative values are omittedclassName - - class name of objectsize - - object sizeobj - - object described by this token
XMLException
void endToken(String name)
throws XMLException
name - - token name
XMLException
void charToken(String str)
throws XMLException
str - - characters
XMLException
boolean createRefToken(String name,
int index,
Class type,
Object src)
throws XMLException
name - - token nameindex - - index attribute value, negative values are omittedtype - - type of object describedsrc - - the object described by this token
XMLException
|
common-util | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||