|
common-util | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface XMLOutputStream
This interface is implemented by classes which can write named objects to an XML output stream.
| Method Summary | |
|---|---|
void |
put(String name,
Object value)
Output an object to the stream. |
| Method Detail |
|---|
void put(String name,
Object value)
throws XMLException
name - - name of objectvalue - - the object
XMLException
|
common-util | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||