- writeAttribute(String, String) - Method in class org.apache.axis2.json.gson.GsonXMLStreamWriter
-
Writes an attribute to the output stream without
a prefix.
- writeAttribute(String, String, String, String) - Method in class org.apache.axis2.json.gson.GsonXMLStreamWriter
-
Writes an attribute to the output stream
- writeAttribute(String, String, String) - Method in class org.apache.axis2.json.gson.GsonXMLStreamWriter
-
Writes an attribute to the output stream
- writeCData(String) - Method in class org.apache.axis2.json.gson.GsonXMLStreamWriter
-
Writes a CData section
- writeCharacters(String) - Method in class org.apache.axis2.json.gson.GsonXMLStreamWriter
-
Write text to the output
- writeCharacters(char[], int, int) - Method in class org.apache.axis2.json.gson.GsonXMLStreamWriter
-
Write text to the output
- writeComment(String) - Method in class org.apache.axis2.json.gson.GsonXMLStreamWriter
-
Writes an xml comment with the data enclosed
- writeDefaultNamespace(String) - Method in class org.apache.axis2.json.gson.GsonXMLStreamWriter
-
Writes the default namespace to the stream
- writeDTD(String) - Method in class org.apache.axis2.json.gson.GsonXMLStreamWriter
-
Write a DTD section.
- writeEmptyElement(String, String) - Method in class org.apache.axis2.json.gson.GsonXMLStreamWriter
-
Writes an empty element tag to the output
- writeEmptyElement(String, String, String) - Method in class org.apache.axis2.json.gson.GsonXMLStreamWriter
-
Writes an empty element tag to the output
- writeEmptyElement(String) - Method in class org.apache.axis2.json.gson.GsonXMLStreamWriter
-
Writes an empty element tag to the output
- writeEndDocument() - Method in class org.apache.axis2.json.gson.GsonXMLStreamWriter
-
Closes any start tags and writes corresponding end tags.
- writeEndElement() - Method in class org.apache.axis2.json.gson.GsonXMLStreamWriter
-
Writes an end tag to the output relying on the internal
state of the writer to determine the prefix and local name
of the event.
- writeEntityRef(String) - Method in class org.apache.axis2.json.gson.GsonXMLStreamWriter
-
Writes an entity reference
- writeNamespace(String, String) - Method in class org.apache.axis2.json.gson.GsonXMLStreamWriter
-
Writes a namespace to the output stream
If the prefix argument to this method is the empty string,
"xmlns", or null this method will delegate to writeDefaultNamespace
- writeProcessingInstruction(String) - Method in class org.apache.axis2.json.gson.GsonXMLStreamWriter
-
Writes a processing instruction
- writeProcessingInstruction(String, String) - Method in class org.apache.axis2.json.gson.GsonXMLStreamWriter
-
Writes a processing instruction
- writeStartDocument() - Method in class org.apache.axis2.json.gson.GsonXMLStreamWriter
-
Write the XML Declaration.
- writeStartDocument(String) - Method in class org.apache.axis2.json.gson.GsonXMLStreamWriter
-
Write the XML Declaration.
- writeStartDocument(String, String) - Method in class org.apache.axis2.json.gson.GsonXMLStreamWriter
-
Write the XML Declaration.
- writeStartElement(String) - Method in class org.apache.axis2.json.gson.GsonXMLStreamWriter
-
Writes a start tag to the output.
- writeStartElement(String, String) - Method in class org.apache.axis2.json.gson.GsonXMLStreamWriter
-
Writes a start tag to the output
- writeStartElement(String, String, String) - Method in class org.apache.axis2.json.gson.GsonXMLStreamWriter
-
Writes a start tag to the output
- writeTo(MessageContext, OMOutputFormat, OutputStream, boolean) - Method in class org.apache.axis2.json.AbstractJSONMessageFormatter
-
Writes the JSON message to the output stream with the correct convention.
- writeTo(MessageContext, OMOutputFormat, OutputStream, boolean) - Method in class org.apache.axis2.json.gson.JsonFormatter
-