XmlStreamWriter
interface XmlStreamWriter
Defines an interface to serialization of an XML Infoset.
Properties
Functions
Link copied to clipboard
Write an attribute. Calls to attribute() MUST follow a call to startTag() immediately. If there is no prefix defined for the given namespace, a prefix will be defined automatically. If namespace is null or empty string no namespace prefix is printed but just name.
Link copied to clipboard
Finish writing. All unclosed start tags will be closed and output will be flushed.
Link copied to clipboard
Write the XML declaration.
Link copied to clipboard
Writes text, where special XML chars are escaped automatically