|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- The type of the container parent element.public interface Verbatim<T>
The document element representing verbatim content.
Method Summary | |
---|---|
Verbatim<T> |
newline()
Forces a newline in the verbatim output. |
Verbatim<T> |
text(String text)
Appends some text to the verbatim content. |
Methods inherited from interface nl.flotsam.pecia.DocumentElement |
---|
end, getParent |
Method Detail |
---|
Verbatim<T> newline()
text(String)
might not always be regarded as newlines. It's
generally safer to invoke this operation.
Verbatim
element on which this operation was invoked.
(To support chaining.)Verbatim<T> text(String text)
text
- The text to be appended.
Verbatim
element on which this operation was invoked.
(To support chaining.)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |