public interface MarkupBuilderWriter extends MarkupWriter
MarkupWriter in 0.3.0.
Thus this interface will be deprecated in the next release.
| Modifier and Type | Method and Description |
|---|---|
<W extends Writer> |
write(W writer,
int depth)
Writes using the given writer at the given depth.
|
write<W extends Writer> W write(W writer, int depth)
W - writer type.depth - the indent depth to start at.writer - not null.MarkupBuilder.write(MarkupWriter...)Copyright © 2010–2025 JATL. All rights reserved.