public interface NTextNodeWriter
| Modifier and Type | Method and Description |
|---|---|
boolean |
flush() |
net.thevpc.nuts.text.NTextTransformConfig |
getWriteConfiguration() |
NTextNodeWriter |
setWriteConfiguration(net.thevpc.nuts.text.NTextTransformConfig config) |
void |
writeNode(net.thevpc.nuts.text.NText node) |
void |
writeRaw(byte[] buf,
int off,
int len) |
void |
writeRaw(char[] buf,
int off,
int len) |
net.thevpc.nuts.text.NTextTransformConfig getWriteConfiguration()
NTextNodeWriter setWriteConfiguration(net.thevpc.nuts.text.NTextTransformConfig config)
void writeNode(net.thevpc.nuts.text.NText node)
void writeRaw(byte[] buf,
int off,
int len)
void writeRaw(char[] buf,
int off,
int len)
boolean flush()
Copyright © 2025 vpc open source initiative. All rights reserved.