public static interface XmlUtil.ObjectNotationWriter
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush() |
void |
writeArrayFieldStart(java.lang.String qName) |
void |
writeBinary(byte[] content) |
void |
writeBoolean(java.lang.Boolean content) |
void |
writeComment(java.lang.String comment) |
void |
writeEndArray() |
void |
writeEndObject() |
void |
writeFieldName(java.lang.String qName) |
void |
writeNull() |
void |
writeNumber(java.math.BigDecimal content) |
void |
writeNumber(java.math.BigInteger content) |
void |
writeNumber(java.lang.Double content) |
void |
writeNumber(java.lang.Float content) |
void |
writeNumber(java.lang.Integer content) |
void |
writeNumber(java.lang.Long content) |
void |
writeNumber(java.lang.Short content) |
void |
writeStartArray() |
void |
writeStartObject() |
void |
writeString(java.lang.String string) |
void writeStartObject()
throws java.io.IOException
java.io.IOExceptionvoid writeStartArray()
throws java.io.IOException
java.io.IOExceptionvoid writeEndObject()
throws java.io.IOException
java.io.IOExceptionvoid writeEndArray()
throws java.io.IOException
java.io.IOExceptionvoid flush()
throws java.io.IOException
java.io.IOExceptionvoid writeFieldName(java.lang.String qName)
throws java.io.IOException
java.io.IOExceptionvoid writeArrayFieldStart(java.lang.String qName)
throws java.io.IOException
java.io.IOExceptionvoid writeNull()
throws java.io.IOException
java.io.IOExceptionvoid writeBinary(byte[] content)
throws java.io.IOException
java.io.IOExceptionvoid writeBoolean(java.lang.Boolean content)
throws java.io.IOException
java.io.IOExceptionvoid writeNumber(java.math.BigInteger content)
throws java.io.IOException
java.io.IOExceptionvoid writeNumber(java.math.BigDecimal content)
throws java.io.IOException
java.io.IOExceptionvoid writeNumber(java.lang.Double content)
throws java.io.IOException
java.io.IOExceptionvoid writeNumber(java.lang.Float content)
throws java.io.IOException
java.io.IOExceptionvoid writeNumber(java.lang.Integer content)
throws java.io.IOException
java.io.IOExceptionvoid writeNumber(java.lang.Long content)
throws java.io.IOException
java.io.IOExceptionvoid writeNumber(java.lang.Short content)
throws java.io.IOException
java.io.IOExceptionvoid writeString(java.lang.String string)
throws java.io.IOException
java.io.IOExceptionvoid writeComment(java.lang.String comment)
throws java.io.IOException
java.io.IOExceptionvoid close()
throws java.io.IOException
java.io.IOException