protected static interface JSONWriterRecord.Output
Modifier and Type | Method and Description |
---|---|
void |
flush() |
org.eclipse.persistence.internal.oxm.XMLMarshaller |
getMarshaller() |
OutputStream |
getOutputStream() |
Writer |
getWriter() |
void |
setMarshaller(org.eclipse.persistence.internal.oxm.XMLMarshaller marshaller) |
void |
write(char character) |
void |
write(String text) |
void |
writeAttributePrefix() |
void |
writeCR() |
void |
writeLocalName(org.eclipse.persistence.internal.oxm.XPathFragment xPathFragment) |
void |
writeNamespaceSeparator() |
void |
writeResultFromCharEscapeHandler(String value,
boolean isAttribute) |
void flush() throws IOException
IOException
org.eclipse.persistence.internal.oxm.XMLMarshaller getMarshaller()
OutputStream getOutputStream()
Writer getWriter()
void setMarshaller(org.eclipse.persistence.internal.oxm.XMLMarshaller marshaller)
void write(char character) throws IOException
IOException
void write(String text) throws IOException
IOException
void writeAttributePrefix() throws IOException
IOException
void writeCR() throws IOException
IOException
void writeLocalName(org.eclipse.persistence.internal.oxm.XPathFragment xPathFragment) throws IOException
IOException
void writeNamespaceSeparator() throws IOException
IOException
void writeResultFromCharEscapeHandler(String value, boolean isAttribute)
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.