|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMLWriter | |
---|---|
com.amazonaws.util |
Uses of XMLWriter in com.amazonaws.util |
---|
Methods in com.amazonaws.util that return XMLWriter | |
---|---|
XMLWriter |
XMLWriter.endElement()
Closes the last opened element at the current position in the in-progress XML document. |
XMLWriter |
XMLWriter.startElement(String element)
Starts a new element with the specified name at the current position in the in-progress XML document. |
XMLWriter |
XMLWriter.value(Date date)
Adds the specified date as text to the current position of the in-progress XML document. |
XMLWriter |
XMLWriter.value(Object obj)
Adds the string representation of the specified object to the current position of the in progress XML document. |
XMLWriter |
XMLWriter.value(String s)
Adds the specified value as text to the current position of the in progress XML document. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |