AbstractWriter is an abstract class that actually does the work of writing out the element tree including the attributes. In terms of how much is written out per line, the writer defaults to 100. But this value can be set by subclasses.
AbstractWriter is an abstract class that actually does the work of writing out the element tree including the attributes. In terms of how much is written out per line, the writer defaults to 100. But this value can be set by subclasses.
(get-end-offset this)
Returns the last offset to be output.
returns: int
Returns the last offset to be output. returns: `int`
(get-line-separator this)
Returns the string used to represent newlines.
returns: java.lang.String
Returns the string used to represent newlines. returns: `java.lang.String`
(get-start-offset this)
Returns the first offset to be output.
returns: int
Returns the first offset to be output. returns: `int`
(set-line-separator this value)
Sets the String used to represent newlines. This is initialized in the constructor from either the Document, or the System property line.separator.
value - java.lang.String
Sets the String used to represent newlines. This is initialized in the constructor from either the Document, or the System property line.separator. value - `java.lang.String`
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |