Module org.eclipse.persistence.core
Interface JSONWriterRecord.Output
-
- All Known Implementing Classes:
JSONWriterRecord.OutputStreamOutput
- Enclosing class:
- JSONWriterRecord
protected static interface JSONWriterRecord.Output
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidflush()XMLMarshallergetMarshaller()OutputStreamgetOutputStream()WritergetWriter()voidsetMarshaller(XMLMarshaller marshaller)voidwrite(char character)voidwrite(String text)voidwriteAttributePrefix()voidwriteCR()voidwriteLocalName(XPathFragment xPathFragment)voidwriteNamespaceSeparator()voidwriteResultFromCharEscapeHandler(String value, boolean isAttribute)
-
-
-
Method Detail
-
flush
void flush() throws IOException- Throws:
IOException
-
getMarshaller
XMLMarshaller getMarshaller()
-
getOutputStream
OutputStream getOutputStream()
-
getWriter
Writer getWriter()
-
setMarshaller
void setMarshaller(XMLMarshaller marshaller)
-
write
void write(char character) throws IOException- Throws:
IOException
-
write
void write(String text) throws IOException
- Throws:
IOException
-
writeAttributePrefix
void writeAttributePrefix() throws IOException- Throws:
IOException
-
writeCR
void writeCR() throws IOException- Throws:
IOException
-
writeLocalName
void writeLocalName(XPathFragment xPathFragment) throws IOException
- Throws:
IOException
-
writeNamespaceSeparator
void writeNamespaceSeparator() throws IOException- Throws:
IOException
-
writeResultFromCharEscapeHandler
void writeResultFromCharEscapeHandler(String value, boolean isAttribute)
-
-