| Package | Description |
|---|---|
| org.jibx.runtime | |
| org.jibx.runtime.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IExtensibleWriter
Extensible version of standard XML writer interface.
|
| Modifier and Type | Method and Description |
|---|---|
IXMLWriter |
IExtensibleWriter.createChildWriter(String[] uris)
Create a child writer instance to be used for a separate binding.
|
IXMLWriter |
IMarshallingContext.getXmlWriter()
Get the writer being used for output.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IMarshallingContext.setXmlWriter(IXMLWriter xwrite)
Set the writer being used for output.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GenericXMLWriter
Generic handler for marshalling text document to a writer.
|
class |
ISO88591StreamWriter
Handler for marshalling text document to a UTF-8 output stream.
|
class |
StAXWriter
Writer generating StAX parse event stream output.
|
class |
StreamWriterBase
Base handler for marshalling text document to an output stream.
|
class |
UTF8StreamWriter
Handler for marshalling text document to a UTF-8 output stream.
|
class |
XMLWriterBase
Base implementation of XML writer interface.
|
class |
XMLWriterNamespaceBase
Base implementation of XML writer interface namespace handling.
|
| Modifier and Type | Method and Description |
|---|---|
IXMLWriter |
UTF8StreamWriter.createChildWriter(String[] uris)
Create a child writer instance to be used for a separate binding.
|
IXMLWriter |
StAXWriter.createChildWriter(String[] uris)
Create a child writer instance to be used for a separate binding.
|
IXMLWriter |
ISO88591StreamWriter.createChildWriter(String[] uris)
Create a child writer instance to be used for a separate binding.
|
IXMLWriter |
GenericXMLWriter.createChildWriter(String[] uris)
Create a child writer instance to be used for a separate binding.
|
IXMLWriter |
MarshallingContext.getXmlWriter()
Get the writer being used for output.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MarshallingContext.setXmlWriter(IXMLWriter xwrite)
Set the writer being used for output.
|
Copyright © 2005-2014 jibx.org. All Rights Reserved.