Interface XmlUtil.ObjectNotationWriter
- All Known Implementing Classes:
JSONWriter,YAMLWriter
- Enclosing class:
XmlUtil
public static interface XmlUtil.ObjectNotationWriter
- Author:
- Ralf Wisser
-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidflush()voidwriteArrayFieldStart(String qName) voidwriteBinary(byte[] content) voidwriteBoolean(Boolean content) voidwriteComment(String comment) voidvoidvoidwriteFieldName(String qName) voidvoidwriteNumber(Double content) voidwriteNumber(Float content) voidwriteNumber(Integer content) voidwriteNumber(Long content) voidwriteNumber(Short content) voidwriteNumber(BigDecimal content) voidwriteNumber(BigInteger content) voidvoidvoidwriteString(String string)
-
Method Details
-
writeStartObject
- Throws:
IOException
-
writeStartArray
- Throws:
IOException
-
writeEndObject
- Throws:
IOException
-
writeEndArray
- Throws:
IOException
-
flush
- Throws:
IOException
-
writeFieldName
- Throws:
IOException
-
writeArrayFieldStart
- Throws:
IOException
-
writeNull
- Throws:
IOException
-
writeBinary
- Throws:
IOException
-
writeBoolean
- Throws:
IOException
-
writeNumber
- Throws:
IOException
-
writeNumber
- Throws:
IOException
-
writeNumber
- Throws:
IOException
-
writeNumber
- Throws:
IOException
-
writeNumber
- Throws:
IOException
-
writeNumber
- Throws:
IOException
-
writeNumber
- Throws:
IOException
-
writeString
- Throws:
IOException
-
writeComment
- Throws:
IOException
-
close
- Throws:
IOException
-