public interface XmlWriter
| Modifier and Type | Method and Description |
|---|---|
void |
addExpcetion(LegalDocMlException exception) |
int |
getVersion() |
boolean |
isPermissive() |
void |
setPermissive(boolean value) |
void |
write(char[] chars) |
void |
writeAttribute(long name,
int nameLen,
byte[] value) |
void |
writeAttribute(long name,
int nameLen,
char[] value) |
void |
writeAttribute(long name,
int nameLen,
LocalDate localDate) |
void |
writeAttribute(long name,
int nameLen,
OffsetDateTime offsetDateTime) |
void |
writeEnd(long address,
int len) |
void |
writeEndDocument(long address,
int len) |
void |
writeNamespace(long key,
int keyLen,
long value,
int valueLen) |
void |
writeStart(long address,
int len) |
void |
writeStartDocument(long address,
int len) |
void writeStartDocument(long address,
int len)
void writeNamespace(long key,
int keyLen,
long value,
int valueLen)
throws IOException
IOExceptionvoid writeEndDocument(long address,
int len)
throws IOException
IOExceptionvoid writeStart(long address,
int len)
throws IOException
IOExceptionvoid writeEnd(long address,
int len)
throws IOException
IOExceptionvoid writeAttribute(long name,
int nameLen,
char[] value)
throws IOException
IOExceptionvoid writeAttribute(long name,
int nameLen,
byte[] value)
throws IOException
IOExceptionvoid writeAttribute(long name,
int nameLen,
LocalDate localDate)
throws IOException
IOExceptionvoid writeAttribute(long name,
int nameLen,
OffsetDateTime offsetDateTime)
throws IOException
IOExceptionvoid write(char[] chars)
throws IOException
IOExceptionint getVersion()
void setPermissive(boolean value)
boolean isPermissive()
void addExpcetion(LegalDocMlException exception)
Copyright © 2017. All rights reserved.