public interface SpanEmitter
| Modifier and Type | Method and Description |
|---|---|
void |
emitSpan(StringBuilder out,
String content)
Emits a span element.
|
void emitSpan(StringBuilder out, String content)
out - The StringBuilder to append to.content - The span's content.Copyright © 2015. All Rights Reserved.