- <init>
Initializes this writer by opening the specified file to write DSML into.
- byteString
Convert a UTF8 encoded string, or binary data, into a String encoded for a
string filter.
- checkState
Tests the current state with a new message that is either a response or request.
If the state is NEW
- finish
Writes closing tags for searchResponse, batchRequests, and batchResponse
depending on the current st
- isXMLSafe
- makeAttributeSafe
- makeXMLSafe
- newLine
Writes a new line and then the specified number of indentTabs to indent the next
characters to be wr
- useIndent
Turns on or off 'pretty-printing' of XML with newlines and indentation to make
output more readable.
- writeAddRequest
Writes the Add request requested within a LDAP Add request
- writeAddRequestEntry
- writeAttribute
Used to write an attribute and its values.