Uses of Class
com.amazonaws.util.XMLWriter
Packages that use XMLWriter
-
Uses of XMLWriter in com.amazonaws.util
Methods in com.amazonaws.util that return XMLWriterModifier and TypeMethodDescriptionXMLWriter.endElement()
Closes the last opened element at the current position in the in-progress XML document.XMLWriter.startElement
(String element) Starts a new element with the specified name at the current position in the in-progress XML document.Adds the string representation of the specified object to the current position of the in progress XML document.Adds the specified value as text to the current position of the in progress XML document.XMLWriter.value
(ByteBuffer b) Adds the specified value as Base64 encoded text to the current position of the in progress XML document.Adds the specified date as text to the current position of the in-progress XML document.