Interface JSONWriterRecord.Output
- All Known Implementing Classes:
JSONWriterRecord.OutputStreamOutput
- Enclosing class:
- JSONWriterRecord
protected static interface JSONWriterRecord.Output
-
Method Summary
Modifier and TypeMethodDescriptionvoid
flush()
org.eclipse.persistence.internal.oxm.XMLMarshaller
void
setMarshaller
(org.eclipse.persistence.internal.oxm.XMLMarshaller marshaller) void
write
(char character) void
void
void
writeCR()
void
writeLocalName
(org.eclipse.persistence.internal.oxm.XPathFragment xPathFragment) void
void
writeResultFromCharEscapeHandler
(String value, boolean isAttribute)
-
Method Details
-
flush
- Throws:
IOException
-
getMarshaller
org.eclipse.persistence.internal.oxm.XMLMarshaller getMarshaller() -
getOutputStream
OutputStream getOutputStream() -
getWriter
Writer getWriter() -
setMarshaller
void setMarshaller(org.eclipse.persistence.internal.oxm.XMLMarshaller marshaller) -
write
- Throws:
IOException
-
write
- Throws:
IOException
-
writeAttributePrefix
- Throws:
IOException
-
writeCR
- Throws:
IOException
-
writeLocalName
void writeLocalName(org.eclipse.persistence.internal.oxm.XPathFragment xPathFragment) throws IOException - Throws:
IOException
-
writeNamespaceSeparator
- Throws:
IOException
-
writeResultFromCharEscapeHandler
-