|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Context for resetting the XMLAppContainer with an XML document
| Method Summary | |
java.lang.String |
getText()
|
void |
read(java.io.Reader reader)
Read an XML document from this reader |
void |
setText(java.lang.String text)
|
void |
write(java.io.Writer writer)
Write the current XML document on thir writer |
| Method Detail |
public void setText(java.lang.String text)
text - an XML document
XMLException - is the document is not well-formedpublic java.lang.String getText()
public void read(java.io.Reader reader)
throws java.io.IOException
XMLException - is the doucment is not well-formed
java.io.IOException
public void write(java.io.Writer writer)
throws java.io.IOException
java.io.IOException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||