public interface XmlWriterFactory
| Modifier and Type | Method and Description |
|---|---|
<T extends DocumentType> |
write(WritableByteChannel wbc,
Externalizable externalizable) |
<T extends DocumentType> |
writePermissive(WritableByteChannel wbc,
Externalizable externalizable) |
<T extends DocumentType> void write(WritableByteChannel wbc, Externalizable externalizable) throws IOException
IOException<T extends DocumentType> List<LegalDocMlException> writePermissive(WritableByteChannel wbc, Externalizable externalizable) throws IOException
IOExceptionCopyright © 2017. All rights reserved.