protected static interface JSONWriterRecord.Output
Modifier and Type | Method and Description |
---|---|
void |
flush() |
org.eclipse.persistence.internal.oxm.XMLMarshaller |
getMarshaller() |
java.io.OutputStream |
getOutputStream() |
java.io.Writer |
getWriter() |
void |
setMarshaller(org.eclipse.persistence.internal.oxm.XMLMarshaller marshaller) |
void |
write(char character) |
void |
write(java.lang.String text) |
void |
writeAttributePrefix() |
void |
writeCR() |
void |
writeLocalName(org.eclipse.persistence.internal.oxm.XPathFragment xPathFragment) |
void |
writeNamespaceSeparator() |
void |
writeResultFromCharEscapeHandler(java.lang.String value,
boolean isAttribute) |
void flush() throws java.io.IOException
java.io.IOException
org.eclipse.persistence.internal.oxm.XMLMarshaller getMarshaller()
java.io.OutputStream getOutputStream()
java.io.Writer getWriter()
void setMarshaller(org.eclipse.persistence.internal.oxm.XMLMarshaller marshaller)
void write(char character) throws java.io.IOException
java.io.IOException
void write(java.lang.String text) throws java.io.IOException
java.io.IOException
void writeAttributePrefix() throws java.io.IOException
java.io.IOException
void writeCR() throws java.io.IOException
java.io.IOException
void writeLocalName(org.eclipse.persistence.internal.oxm.XPathFragment xPathFragment) throws java.io.IOException
java.io.IOException
void writeNamespaceSeparator() throws java.io.IOException
java.io.IOException
void writeResultFromCharEscapeHandler(java.lang.String value, boolean isAttribute)